shithub: rc

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