Link Search Menu Expand Document

Rename files

for f in *.png; do echo mv "$f" "${f/_*_/_}"; done

Remove echo

https://stackoverflow.com/a/24103055

tremendous

List all files and folder in a graphical tree in terminal

You need to brew install tree

Then you can tree or tree -lart