Re: Pausing a bash script

2009-02-23 Thread Paul Jarc
DanSandbergUCONN wrote: > Hi All - If I want to write a script that uses ftp to transfer a file and > then, only after the file has been successfully transferred, I do something > else - how do I tell my script to wait until the ftp is finished before > doing the next command? Is that even possibl

Re: Pausing a bash script

2009-02-23 Thread Roman Rakus
DanSandbergUCONN wrote: Hi All - If I want to write a script that uses ftp to transfer a file and then, only after the file has been successfully transferred, I do something else - how do I tell my script to wait until the ftp is finished before doing the next command? Is that even possible?

Pausing a bash script

2009-02-23 Thread DanSandbergUCONN
context: http://www.nabble.com/Pausing-a-bash-script-tp22162332p22162332.html Sent from the Gnu - Bash mailing list archive at Nabble.com.