Sky Rocket Inc.
Online Marketing
Posts tagged as:
If you use SSH SCP commands you may of noticed a subtle and annoying difference in the way you specifcy a custom port. SSH uses a lowercase p, whereas SCP requires an uppercase P: ssh -p 08098 scp -P 09809
Tagged as: scp, ssh, unix
awk -F, ‘{print $0}’ a-text-file.txt >> another-text-file.text
Tagged as: unix