shithub: rc

ref: 592eeaea689ecedb955ea3d240194528e052f278
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