Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Cygwin, loop through folders
Name: smanna Date: June 19, 2006 at 14:11:30 Pacific OS: na CPU/Ram: na Product: na
Comment:
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 program.java Folder folder folder files files
Summary: Hello all, I have a directory containing a files. I need a function which loops through the directory and greps 2 attributes out of the files. The file looks like: Name='Eric' FMASK='^Eric_1' The func...
Summary: I have written a for loop to iterate through a file list in an array generated by a find command... I can only get it to make one pass but when I print the array it contains the two files that the fin...
Summary: I wrote an ftp shell script that ftp's everything in a particular dir using mput * Instead of blindly ftp'ing every file in the directory, I want to: 1. ftp a file 2. mv that file to a archive folder ...