What is the correct format of a string variable to be passed as argument to call a ssh shell script?
I am trying to pass a string variable as an argument to call a ssh_client
shell command to find the latest folder on a remote server. I tried to pass the string argument in different formats without success. The script for searching the latest folder works only with the expression folder = "/home/server/device-2-21"
.