mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-21 04:21:26 +02:00
Merge pull request #55 from h3xx/fix-weird-character
Replace non-ASCII space
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user