I just do
du -a . | grep foo

I don't much care about the noise, but if you do
du -a . | grep foo | awk '{print $2}'

Not sure why you're putting all those names into an arg list.

ron

Reply via email to