Changes

Jump to navigation Jump to search
5 bytes added ,  23:18, 4 August 2014
Line 242: Line 242:  
| 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 foo with fee
+
| sed -i -e "s/foo/fee/g" <FILENAMEORPATHTODIR> || replaces foo with fee
 
|-
 
|-
 
| watch mysqladmin process || shows the mysql processes running
 
| watch mysqladmin process || shows the mysql processes running

Navigation menu