ref: 4e9576c78495cb56cff38d1f3c2e859c8e78e03f 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