There was an error while loading. Please reload this page.
1 parent d268708 commit ad53321Copy full SHA for ad53321
README.md
@@ -711,23 +711,25 @@ $ wc demo.txt
711
</table>
712
713
### a. `cd`
714
-Moves you from one directory to other. Running this
+1つのディレクトリから別のディレクトリに移動する。
715
```bash
716
$ cd
717
```
718
-moves you to home directory. This command accepts an optional `dirname`, which moves you to that directory.
+home ディレクトリに移動する。
719
+
720
+このコマンドはオプションの `dirname` を受け取り、そのディレクトリに移動する。
721
722
cd dirname
723
724
725
### b. `mkdir`
-Makes a new directory.
726
+新しいディレクトリを作る。
727
728
mkdir dirname
729
730
731
### c. `pwd`
-Tells you which directory you currently are in.
732
+今いるディレクトリを表示する。
733
734
pwd
735
0 commit comments