bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pausing a bash script


From: Roman Rakus
Subject: Re: Pausing a bash script
Date: Mon, 23 Feb 2009 16:40:43 +0100
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

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?
Something like:
ftp do-something && echo "ftp goes well"
echo "this run all the time after ftp"

RR




reply via email to

[Prev in Thread] Current Thread [Next in Thread]