mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-12 08:14:07 +02:00
add brew install tree
This commit is contained in:
@@ -251,6 +251,7 @@ $ ls -alrth my_folder # -r: reverse output. -t: sort by time (modified). -h: out
|
||||
$ tree # on Linux
|
||||
$ find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' # on MacOS
|
||||
# Note: install homebrew (https://brew.sh) to be able to use (some) Linux utilities such as tree.
|
||||
# brew install tree
|
||||
```
|
||||
|
||||
## find a stale file
|
||||
|
Reference in New Issue
Block a user