shithub: rc

ref: 3fc055a3f967c9a56e93d4c6882b60c25609ebdc
dir: /bin/mtail/

View raw version
#!/bin/rc
dir=/mail/box/$user/arc
if(! test -d $dir)
	exit
n=10
if(! ~ $#* 0)
	n=$1
ls -t $dir | sed $n^q