Subdirectory listing

Peter da Silva peter at ficc.uu.net
Fri May 26 05:37:13 AEST 1989


In article <2673 at ssc-vax.UUCP>, ray3rd at ssc-vax.UUCP (Ray E. Saddler III) writes:
> 	  do
> 	    find $I -type d -exec ls -d {} \;
>           done
>         fi

Ack. At the very least:

	find $I -type d -print

But find is a hog. I generally do:

	du $I | cut -f2
-- 
Peter da Silva, Xenix Support, Ferranti International Controls Corporation.

Business: uunet.uu.net!ficc!peter, peter at ficc.uu.net, +1 713 274 5180.
Personal: ...!texbell!sugar!peter, peter at sugar.hackercorp.com.



More information about the Comp.unix.wizards mailing list