shithub: rc

ref: 79d956e8e0c8111d074afbd6c26e10950115fc3f
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