#!/bin/rc if (~ $#* 1 0) { echo 'usage: find ... ' >[1=2] exit usage } a=() while (! ~ $#* 1) { a=($a $1) shift } du -a $a | sed 's/^[^ ]*[ ]//' | grep $1