From fbeed8602a090fd49816e29c25688fb3413a0d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=AD=E5=BC=80=E7=AE=B1?= Date: Thu, 23 Feb 2023 22:51:17 +0800 Subject: [PATCH] =?UTF-8?q?Update=2020230221.0=20=E2=AD=90=EF=B8=8F=20Maki?= =?UTF-8?q?ng=20Directories=20in=20Linux=20Terminal.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../20230221.0 ⭐️ Making Directories in Linux Terminal.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sources/tech/20230221.0 ⭐️ Making Directories in Linux Terminal.md b/sources/tech/20230221.0 ⭐️ Making Directories in Linux Terminal.md index 2c313d0b83..d9a1b331a6 100644 --- a/sources/tech/20230221.0 ⭐️ Making Directories in Linux Terminal.md +++ b/sources/tech/20230221.0 ⭐️ Making Directories in Linux Terminal.md @@ -103,9 +103,7 @@ mkdir -p dir1/subdir1/subdir2 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 @@ -143,4 +141,4 @@ via: https://itsfoss.com/make-directories/ [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 [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 \ No newline at end of file +[7]: https://itsfoss.community/t/exercise-in-making-directories-in-linux-terminal/10227