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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user