File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/3-web-servers/02-linux-commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import commandsAnswerVideo from "./commands-answer.mp4";
77## ターミナル
88
99** ターミナル** は、文字を用いてコンピューターと会話するためのソフトウェアです。
10- macOS だと標準搭載の` ターミナル ` が、Windows だと [ ` Windows Terminal ` アプリ] ( https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701 ) が利用できますが、VS Code 内蔵のターミナルもなかなか便利です。
10+ macOS だと標準搭載の ` ターミナル ` が、Windows だと [ ` Windows Terminal ` アプリ] ( https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701 ) が利用できますが、VS Code 内蔵のターミナルもなかなか便利です。
1111
1212VS Code 内蔵のターミナルを起動させるには、メニューの ` Terminal ` から ` New Terminal ` をクリックします。
1313
@@ -68,7 +68,7 @@ Ubuntu の場合は、標準状態でカレントディレクトリがターミ
6868ターミナルでは、** コマンド** と呼ばれる文字列を用いてコンピューターに指示を与えます。
6969コマンドはスペース区切りで入力し、最初の部分がコマンド名、それ以降の部分はそのコマンドに与えられる引数です。
7070
71- ### 基本的なコマンドの一例
71+ ### 基本的なコマンドの例
7272
7373| コマンド名 | 機能 |
7474| ------------------------ | ---------------------------------------- |
You can’t perform that action at this time.
0 commit comments