add tree view tip

This commit is contained in:
Ivan
2016-11-12 00:31:15 +00:00
parent 8368507319
commit 14e0772c30

View File

@@ -189,7 +189,7 @@ ls -la my_folder
```
tree # on Linux
find . -print | sed -e 's; # on macOS
find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' # on macOS
```
## <a id="findfile"></a>find a stale file