list files but not directory

Marcelo M. Garcia marcelo.maia.garcia at googlemail.com
Tue Aug 25 13:35:09 UTC 2009


Bryn M. Reeves wrote:
> On Fri, 2009-08-21 at 17:09 +0400, Hiisi wrote:
>>> Hi
>>>
>>> any way to list files but not directory
>>>
>>> Thank you
>>>
>> ls -hl | grep ^-
> 
> Lists things that aren't regular files.
> 
> Bryn.
> 
> 
Hi

find /path/to/dir -type f -print

Regards

mg.




More information about the fedora-list mailing list