Tuesday, July 2, 2013

check in vi for whitespaces

check in vi for weird whitespace, using...
 
/\s
:set hlsearch

rsync with delete option and different ssh port

How to rsync e.g PIPELINE dir from Source to Destination? #rsync -avzr   --delete-before  -e "ssh -p $portNumber"  /local...