Is it possible to login to a particular folder of a remote machine, through shell script:
instead of ssh and then cd. Can I do it in one command?
Is it possible to copy a file on two different folders of a remote machine through scp in one go?
Is it possible to login to a particular folder of a remote machine, through
Share
You can pass the
cpcommand to ssh as follows:or combine with
cd: