I want to run the following command
ssh data@server.org "cd /home/data/ ; chmod o+rx directory_$DATE"
$DATE is a bash variable. Is there a way to get it interpreted as a variable?
|
I want to run the following command
$DATE is a bash variable. Is there a way to get it interpreted as a variable? |
|||||
|