- ls
- ディレクトリ内のディレクトリやファイルを一覧表示する。
- ディレクトリ移動
- pwd
- 現在のワーキングディレクトリがどこか出力する。
- cd
- ワーキングディレクトリを変更する。
- pwd
- フォルダ・ファイル作成
- mkdir
- ディレクトリを作成する。
- touch
- ファイルを作成する。
- &&
- AND演算子。左辺の実行が成功すれば右辺を実行する。
- cp
- ファイルかディレクトリのコピー。ディレクトリの場合は'-r'を指定する。
- mv
- ファイルやディレクトリの移動を行う
- rm
- ファイルやディレクトリの削除を行う
- ※ '-f'は'/'配下で絶対に実行しない
-
- 左辺の実行結果を右辺の指定ファイルに書き込む
-
- 左辺の実行結果を右辺の指定ファイルの末尾に書き込む
- cat
- 指定したファイルの内容をターミナル上に出力する
- mkdir
- vim
- ターミナル上で即時起動できるエディタ
- ノーマルモード:'escキー'で編集不可。
- インサートモード:'i'で編集モード。
- ターミナル上で即時起動できるエディタ
-
Notifications
You must be signed in to change notification settings - Fork 0
tomoda806/server_lesson
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published