shithub: rc

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