Answers for "bash script use variable in ssh command"

0

bash script use variable in ssh command

# Use " instead of '
ssh [email protected] "docker logs $variable1 >> $variable2"
Posted by: Guest on August-23-2021

Code answers related to "bash script use variable in ssh command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language