Last active
August 29, 2015 14:00
-
-
Save tokunami/11203185 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ホームディレクトリへ移動 | |
cd [ディレクトリ] 指定したディレクトリへ移動 | |
-g グローバルオプション | |
ls 指定したディレクトリやファイルの一覧を表示 | |
mkdir 新規ディレクトリを作成 | |
sudo 指定したユーザーでコマンドを実行する | |
vi [ファイル名] viエディタ起動(指定されたファイルが無い場合は新規作成モード) | |
ある程度たまったら分類/ソートする予定 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment