Task:
Variable contains at the end of
$$$ a='SYS_$$' $ echo $a SYS_$$Here,
$$expands at the end of the line as a process number, and you need to display the string"SYS_$$", which is passed as a parameter.$ echo "echo \$1" | ssh another_host "/bin/sh -s $a" SYS_18992