On Fri, 2009-08-21 at 05:17 -0700, ann kok wrote:
> ls -1 but I only want the file to list not directory

ls -l | grep -v '^d'

But that will also show you symlinks, fifos, device nodes etc.

Bryn.


-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to