ref: c15ee6ec46cb3d85112715f9dffc424f2810562c dir: /bin/mtail/
#!/bin/rc dir=/mail/box/$user/arc if(! test -d $dir) exit n=10 if(! ~ $#* 0) n=$1 ls -t $dir | sed $n^q