shithub: rc

ref: 8e280fed9b4648ec12e8ed6b428d0a880f60c8ba
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