tree
tree -P *.java -P *.properties -P *.xml -I **/META-INF/** --prune | sed 's/ / /g'
Tags
linux
Back