Replace non-ASCII space

This commit is contained in:
Dan Church
2021-04-09 10:30:20 -05:00
parent 8f87e8f25b
commit ebdab347c9

View File

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