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 UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-20-2008
subin_bala subin_bala is offline
Registered User
 

Join Date: Apr 2008
Posts: 46
Hi All,

i tried following scp commands for moving :
scp user@host:file1 file2
scp file1 user@host:file2

Its working fine..

how can i delete the files after successful transfer in scp ?

Thanks and Regards,
Reply With Quote