ref: c15ee6ec46cb3d85112715f9dffc424f2810562c dir: /graveyard/lr1/
#!/bin/rc # FIXME: this lists both files and directories s='s/^[0-9]* //' if(~ $1 -Q){ # remove rc quoting s='s/^[0-9]* ''*(.*)/\1/;s/''$//;s/''''/''/g' shift } du -n $* | sed $s