Plan 9 from Bell Labs’s /usr/web/sources/contrib/john/lsr
#!/bin/rc fn doit { for (i in `{du | awk '{print $2}'}) { ls -l $i } } cd $1 doit