shithub: rc

ref: c22ea2f59f734eb3dd9c953fc56f63d0eb5102f5
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