Skip to content

Commit 121363c

Browse files
authored
Linux コマンドのコマンド例をインラインコードで囲った (#772)
1 parent 2016f61 commit 121363c

File tree

1 file changed

+11
-11
lines changed
  • docs/3-web-servers/02-linux-commands

1 file changed

+11
-11
lines changed

docs/3-web-servers/02-linux-commands/index.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,17 +70,17 @@ Ubuntu の場合は、標準状態でカレントディレクトリがターミ
7070

7171
### 基本的なコマンドの例
7272

73-
| コマンド名 | 機能 |
74-
| ------------------------ | ---------------------------------------- |
75-
| pwd | カレントディレクトリを表示 |
76-
| ls | ディレクトリの中身を一覧表示 |
77-
| cd [移動先パス] | カレントディレクトリを移動 |
78-
| mkdir [名前] | 新しいディレクトリを作成 |
79-
| touch [名前] | 新しいファイルを作成 |
80-
| mv [移動前] [移動先] | ファイルやディレクトリの移動・名前の変更 |
81-
| cp [コピー元] [コピー先] | ファイルのコピー |
82-
83-
他にも curl や cat などの便利なコマンドが多数あります。気になる方は調べてみましょう。
73+
| コマンド名 | 機能 |
74+
| -------------------------- | ---------------------------------------- |
75+
| `pwd` | カレントディレクトリを表示 |
76+
| `ls` | ディレクトリの中身を一覧表示 |
77+
| `cd [移動先パス]` | カレントディレクトリを移動 |
78+
| `mkdir [名前]` | 新しいディレクトリを作成 |
79+
| `touch [名前]` | 新しいファイルを作成 |
80+
| `mv [移動前] [移動先]` | ファイルやディレクトリの移動・名前の変更 |
81+
| `cp [コピー元] [コピー先]` | ファイルのコピー |
82+
83+
他にも `curl``cat` などの便利なコマンドが多数あります。気になる方は調べてみましょう。
8484

8585
## 演習
8686

0 commit comments

Comments
 (0)