Replies: 2 comments 1 reply
-
You'll need to use something like You could also put the sub-command into your .bashrc or similar to define a variable, making it easier to type a $VAR reference in a command: |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry, that won't be added. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When login to host B from host A using ssh, we can use
rsync path hostA:path
.In the ssh session, normally we can tell the IP from $SSH_CLIENT, is it possible to omit
hostA
and usersync path :path
instead?Beta Was this translation helpful? Give feedback.
All reactions