Re: loop through folders

2006-06-21 Thread smanna
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

Re: loop through folders

2006-06-19 Thread Igor Peshansky
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

Re: loop through folders

2006-06-19 Thread Brian Dessent
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

Re: loop through folders

2006-06-19 Thread Reid Thompson
... 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

Re: loop through folders

2006-06-19 Thread mwoehlke
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

loop through folders

2006-06-19 Thread smanna
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