list files but not directory

Bruno Wolff III bruno at wolff.to
Sat Aug 22 17:55:46 UTC 2009


On Sat, Aug 22, 2009 at 03:59:30 -0400,
  William Case <billlinux at rogers.com> wrote:
> 
> All that I am saying is that it would be handy to have a simple util
> that listed file names.  I suggest 'ls' because it is probably the most
> used and first learned listing utility and therefore would be the place
> to have it.  It would be useful to beginners (particularly those who do
> not yet have any idea what a regexp is) and for script writing or piping
> to sed, awk, grep or a new file (or for appending).
> 
> The idea is getting no positive responses, so I will drop it.

find . -type f




More information about the users mailing list