243 B
243 B
Finding files with a specific word
find /home/rakshit/work/DFS/dqclibs -name "*.c" | xargs grep -l "GTOnr3c" 2>/dev/null
Send file to ssh server
rsync -avz -e "ssh -i ~/.ssh/aws-key.pem" myproject/ ubuntu@54.210.123.45:~/myproject/