mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-06 21:36:28 +02:00
Fix backslash in ''
Would create a directory with a backslash (0x5c), and a space (0x20) in the name instead of just a space (0x20).
This commit is contained in:
@@ -160,7 +160,7 @@ $ > 'new file' # note: erases the content if it already exists
|
|||||||
```shell
|
```shell
|
||||||
$ mkdir 'untitled folder'
|
$ mkdir 'untitled folder'
|
||||||
# or
|
# or
|
||||||
$ mkdir -p 'path/may/not/exist/untitled\ folder'
|
$ mkdir -p 'path/may/not/exist/untitled folder'
|
||||||
```
|
```
|
||||||
|
|
||||||
## show file/directory size
|
## show file/directory size
|
||||||
|
Reference in New Issue
Block a user