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.
Shell script read from file
Name: James Date: December 17, 2002 at 08:43:38 Pacific OS: cygwin CPU/Ram: 1ghz/1GB
Comment:
I have generated a list of urls in a text file, the urls are seperated by a comma.
I need a SHELL SCRIPT to read in each line of the text file and then wget the urls until the end of the file.
Please help
bad description above heres some pseudocode:
readin input_file
do until endoffile { urltoget = readline wget urltoget }
Summary: I really need some major help with this Lab Exercise, I need to write a shell script to accept a file name and a directory name from the user. The script should check whether both the file and the dir...
Summary: As I understand it, you’re only concerned with the 3 numbers and not the unknown number of words before or after the numbers and skip any file that is already named correctly. So we only need to loo...
Summary: I would have a question on the command "getopts", if I want to perform a command with an unlimited argument such as: foo -cd {filename1 filename2 filename3.....} in the shell script: while...