Learn Java
Thursday, 21 May 2015
How to display the folder structures like a tree structure in Unix
I found the following command to display the folder structure of a project or any folders in a tree-like structure.
find . -type d -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'
Referred from here...
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment