The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-27-2009
thepurple thepurple is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 134
Quote:
Originally Posted by vidyadhar85 View Post
write that full ftpying thing inside a shell script
then run that as

Code:
nohup scriptname &

no matter what it will run

nohup worked well. Thanks buddy.