Skip to content

Commit

Permalink
Merge pull request #29 from VehementHam/patch-2
Browse files Browse the repository at this point in the history
Remove uneeded linebreak
  • Loading branch information
lleyton authored Mar 26, 2024
2 parents 53749c7 + 5067e47 commit ccc9ded
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/content/docs/en/linux/shell.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ mkdir /home/user/Documents/newdir
```

<Alert type="info">
To create a new directory inside of another new directory (i.e. `.../newdir/newdir2`),
execute `mkdir` with the `-p` flag.
To create a new directory inside of another new directory (i.e. `.../newdir/newdir2`), execute `mkdir` with the `-p` flag.
</Alert>

To move or rename a file or directory, type `mv` followed by the path to the file or directory, and then the new path.
Expand Down

0 comments on commit ccc9ded

Please sign in to comment.