Skip to content

Commit ad53321

Browse files
committed
[1.3. DirectoryOperations] translated fix #5
1 parent d268708 commit ad53321

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -711,23 +711,25 @@ $ wc demo.txt
711711
</table>
712712

713713
### a. `cd`
714-
Moves you from one directory to other. Running this
714+
1つのディレクトリから別のディレクトリに移動する。
715715
```bash
716716
$ cd
717717
```
718-
moves you to home directory. This command accepts an optional `dirname`, which moves you to that directory.
718+
home ディレクトリに移動する。
719+
720+
このコマンドはオプションの `dirname` を受け取り、そのディレクトリに移動する。
719721
```bash
720722
cd dirname
721723
```
722724

723725
### b. `mkdir`
724-
Makes a new directory.
726+
新しいディレクトリを作る。
725727
```bash
726728
mkdir dirname
727729
```
728730

729731
### c. `pwd`
730-
Tells you which directory you currently are in.
732+
今いるディレクトリを表示する。
731733
```bash
732734
pwd
733735
```

0 commit comments

Comments
 (0)