Tagged Questions
0
votes
1answer
124 views
How to quote a command between backticks when shell scripting
The command executed in the following script works:
#!/bin/bash -xv
REM_DIR="/home/jan/rem-dir"
SSHOPTS="-C -c arcfour256 -o "\""ServerAliveInterval 15"\"
SSHUSER="jan@example.com"
CMD="ssh $SSHOPTS ...