Re: What the hell are these dirs?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2009-07-25 at 10:37 -0600, Frank Cox wrote:
> On Sat, 25 Jul 2009 10:18:47 -0400
> Kanwar Ranbir Sandhu wrote:
> 
> > Because the "ls" never completes and eventually bombs out with a "too
> > many files" error.  So, though I am assuming, it's not really an
> > assumption.  :)
> 
> for i in *; do echo $i; done
> 
> For subdirectories:
> 
> for i in */*; do echo $i; done

What's wrong with

        echo *

and

        echo */*

?

poc

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

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux