shithub: rc

ref: 1933788623427ea804bb2db1ab8e2f0034abed39
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