ref: 5a4afb116aebf9d351283566a84f0e54e358cc65 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