Igor Peshansky-2 wrote:
>
>
> P.S. For a non-Cygwin question, this is getting an awful lot of replies.
>
>
Thanks for your help guys, sorry for the out-of-scope question. Newbie
mistake :S
--
View this message in context:
http://www.nabble.com/loop-through-folders-t181411
On Mon, 19 Jun 2006, Reid Thompson wrote:
> smanna wrote:
> > Hello I am trying to write a script. This is the thing, I want to loop
> > through all folders in a certain folder and send all files in these
> > folders to a java program. The files are somewhere in the
> > neighbourhood of 170.000. t
mwoehlke wrote:
> This is not a Cygwin question. However, 'find . | xargs '
> might help you.
It's not a bad idea to get into the practice of always doing "find .
-print0 | xargs -0 " instead of the above. Otherwise,
files with spaces or other strange characters in their names will cause
the com
...
files files...
files files...
help would be completely fantastic!!
--
View this message in context:
http://www.nabble.com/loop-through-folders-t1814116.html#a4945011
Sent from the Cygwin Users forum at Nabble.com.
--
Unsubscribe info: http://cygwin.com/ml
smanna wrote:
Hello I am trying to write a script. This is the thing, I want to loop
through all folders in a certain folder and send all files in these folders
to a java program. The files are somewhere in the neighbourhood of 170.000.
the setup is:
Home
cygwin.sh
files...
files files...
help would be completely fantastic!!
--
View this message in context:
http://www.nabble.com/loop-through-folders-t1814116.html#a4945011
Sent from the Cygwin Users forum at Nabble.com.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
6 matches
Mail list logo