ref: c4629424499a36f7bf5c94ba3772bc4b631ce60e 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