Merge pull request #55 from h3xx/fix-weird-character

Replace non-ASCII space
This commit is contained in:
Robert Chang
2021-08-09 00:42:36 +10:00
committed by GitHub

View File

@@ -262,7 +262,7 @@ $ find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' # on MacOS
Find all files modified more than 5 days ago Find all files modified more than 5 days ago
```shell ```shell
$ find my_folder -mtime +5 $ find my_folder -mtime +5
``` ```
## show a calendar ## show a calendar