shithub: rc

ref: 509cea5414db8eee9ee828a8464e0c2a79b4df0c
dir: /graveyard/lr1/

View raw version
#!/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