mirror of
https://github.com/you-dont-need/You-Dont-Need-GUI.git
synced 2025-08-13 00:34:13 +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
|
$ tree # on Linux
|
||||||
$ find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g' # on MacOS
|
$ 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.
|
# Note: install homebrew (https://brew.sh) to be able to use (some) Linux utilities such as tree.
|
||||||
|
# brew install tree
|
||||||
```
|
```
|
||||||
|
|
||||||
## find a stale file
|
## find a stale file
|
||||||
|
Reference in New Issue
Block a user