mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-02-03 23:40:14 +08:00
Update 20230221.0 ⭐️ Making Directories in Linux Terminal.md
This commit is contained in:
parent
67bec8b373
commit
fbeed8602a
@ -103,9 +103,7 @@ mkdir -p dir1/subdir1/subdir2
|
|||||||
|
|
||||||
It will create subdir1 and then subdir2 inside subdir1.
|
It will create subdir1 and then subdir2 inside subdir1.
|
||||||
|
|
||||||
💡
|
> 💡 There is no naming convention, but it is better to avoid spaces in file and directory names. Use underscore or dash instead because handling spaces in file/directory names requires special effort.
|
||||||
|
|
||||||
There is no naming convention, but it is better to avoid spaces in file and directory names. Use underscore or dash instead because handling spaces in file/directory names requires special effort.
|
|
||||||
|
|
||||||
### Test your knowledge
|
### Test your knowledge
|
||||||
|
|
||||||
@ -143,4 +141,4 @@ via: https://itsfoss.com/make-directories/
|
|||||||
[4]: https://linuxhandbook.com/content/images/2021/04/absolute-relative-path-linux.png
|
[4]: https://linuxhandbook.com/content/images/2021/04/absolute-relative-path-linux.png
|
||||||
[5]: https://itsfoss.com/content/images/2023/02/make-directory-example.svg
|
[5]: https://itsfoss.com/content/images/2023/02/make-directory-example.svg
|
||||||
[6]: https://itsfoss.com/content/images/2023/02/create-multiple-directories-linux.png
|
[6]: https://itsfoss.com/content/images/2023/02/create-multiple-directories-linux.png
|
||||||
[7]: https://itsfoss.community/t/exercise-in-making-directories-in-linux-terminal/10227
|
[7]: https://itsfoss.community/t/exercise-in-making-directories-in-linux-terminal/10227
|
||||||
|
Loading…
Reference in New Issue
Block a user