From ebdab347c91d3158ba2213e39d08594b05ce5d74 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Fri, 9 Apr 2021 10:30:20 -0500 Subject: [PATCH] Replace non-ASCII space --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 271a778..c979ccc 100644 --- a/readme.md +++ b/readme.md @@ -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