Skip to content

Instantly share code, notes, and snippets.

@yousan
Last active August 17, 2020 03:57
Show Gist options
  • Save yousan/b4ea7b2ce1104e75d60f to your computer and use it in GitHub Desktop.
Save yousan/b4ea7b2ce1104e75d60f to your computer and use it in GitHub Desktop.
Macを使う新人エンジニアに絶対に覚えてもらいたいキーバインド入門 ref: https://qiita.com/yousan/items/9880abdc24431316fa84
shell> cd /path/to/hoge
shell> cd /path/to/dir
shell> tar zcvf hoge.tar.gz hoge/
shell> cp hoge.tar.gz example.com:/tmp/hoge.tar.gz
shell> mv hoge.tar.gz hoge2.tar.gz
shell> rm -rf hoge
shell> cd /tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment