shithub: rc

ref: 9de2b8928e40459a0779d71a7d8eb1e182098d05
dir: rc/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