Changes

Jump to navigation Jump to search
132 bytes added ,  13:27, 3 May 2008
m
no edit summary
Line 126: Line 126:  
  scp -P <ssh_portnumber> foo.tar.gz <other_server_ipaddress>:/opt    transfers file to another server
 
  scp -P <ssh_portnumber> foo.tar.gz <other_server_ipaddress>:/opt    transfers file to another server
 
  rsync --progress -te "ssh -p <ssh_portnumber>" foo <other_server_ipaddress>:/opt    transfers file to another server
 
  rsync --progress -te "ssh -p <ssh_portnumber>" foo <other_server_ipaddress>:/opt    transfers file to another server
 +
sed -i s/foo/fee/g <FILENAMEORPATHTODIR>  replaces the word foo with the word fee in all occurances in the file or directory given
    
===RPM's===
 
===RPM's===
227

edits

Navigation menu