command | function | usage | notes |
---|---|---|---|
scp | remote -> local | scp uname@remotehost:filename /local/dir | |
scp | local -> remote | scp filename uname@remotehost:/remote/dir | |
tar | untar to dir | tar -xfv archive.tar -C /target/directory | (create dir first) |
Last active
November 11, 2017 12:37
-
-
Save 0xB10C/ae33d2d080f0a8af7e8a04957e90b842 to your computer and use it in GitHub Desktop.
linux cmds I often forget
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment