Merge pull request #54 from h3xx/fix-backslash

Fix backslash in ''
This commit is contained in:
Robert Chang
2021-08-09 00:43:05 +10:00
committed by GitHub

View File

@@ -161,7 +161,7 @@ $ > 'new file' # note: erases the content if it already exists
```shell
$ mkdir 'untitled folder'
# or
$ mkdir -p 'path/may/not/exist/untitled\ folder'
$ mkdir -p 'path/may/not/exist/untitled folder'
```
## show file/directory size