ref: 428762a3ae582bc977e7ba98b92e7f3427b4d1a5 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