Friday, March 23, 2018

Mac Display a tree like structural view of any directory

Mac Display a tree like structural view of any directory



.

Console Command:
ls -R | grep ":" | sed -e s/:// -e s/[^-][^/]*//--/g -e s/^/   / -e s/-/|/



visit link download

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.