Forum: Shell Scripting Sep 11th, 2006 |
| Replies: 7 Views: 9,920 Greetings,
The method you are using is going to hammer the ftp with a connect and disconnect for every file in that dir. I have re-wrote it to make it more connection friendly, I would consider... |
Forum: Shell Scripting Sep 8th, 2006 |
| Replies: 2 Views: 7,274 Greetings Guys,
I am currently creating a frontend for a dropable application in Mac OS, for the backend I am using sh/bash.
Currently I have a for look checking to see if it a directory,... |
Forum: Shell Scripting Sep 7th, 2006 |
| Replies: 3 Views: 10,222 Greetings,
Hey guys, I am trying to make a shell script that will scan for a certain 5 lines of text in a file, modify it by adding two lines in the middle and replacing that section of text in... |