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
commit 2b66d54872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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