How do I list subdirectories?
Kim Poulsen
kpo@tbit.dk
Tue Aug 31 23:49:00 GMT 1999
Clark Sims wrote:
> In the FSF version of bash
> ls -F | egrep *\/
> listed all of the subdirectories of the current working
> directory.
> In the Cygwin version the same command produces no
> output.
> How do I list the subdirectories of the current working
> directory?
ls -lR
or if you only want the subdirs
ls -F |egrep \/
grep'ing for *\/ will search for files ending with '*/'
which is hopefully none.
--
Kim Poulsen, B.Sc.E.E, System Developer HW
Ericsson Telebit A/S Tel: + 45 86 28 81 76
Fabriksvej 11 Fax: + 45 86 28 81 86
DK-8260 Viby J E-mail: info@tbit.dk
Denmark URL: http://www.tbit.dk/
--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com
More information about the Cygwin
mailing list