How To Append File Using SSH
Have you ever searched scp manual for ways to append a file using it? scp is an excellent command to rapidly copy files and directories to / from a remote location. Unfortunately it is of no help when you just want to append a file over ssh connection. Here is a simple solution to append a file over ssh connection in either direction: Full article (104 words) »

