This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: Windows' dir /s /b equivalent
- From: fergus <fergus at bonhard dot uklinux dot net>
- To: Cygwin ML <cygwin at cygwin dot com>
- Cc: fergus <fergus at bonhard dot uklinux dot net>
- Date: Thu, 15 Feb 2007 21:24:26 +0000
- Subject: Re: Windows' dir /s /b equivalent
What about something along the lines of these examples?
find .
find . | sort
find /usr/local | sort
also
find . -type d # to list just directories
find . -type f # to list just files
find . -type l # to list just links
Any use?
Fergus
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/