Created
March 11, 2020 12:37
-
-
Save schluppeck/005f37004980249e45a395de139dcaad to your computer and use it in GitHub Desktop.
show directory changes with tree command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in a directory with bla.feat folder present | |
# might have to brew install tree on macos first | |
while true; | |
do | |
clear | |
tree -L 1 bla.feat | |
sleep 3 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment