All pastes #2067908 Raw Edit

Something

public text v1 · immutable
#2067908 ·published 2011-05-24 00:42 UTC
rendered paste body
function lss () {
for f in *; do if [ -d $f ]; then echo \"$f    `ls -R $f | wc -l`\"; fi; done
}