Tag: tree

pstree Command

Shows a tree system processes pstree

tree Command

Show files and directories in a tree tree

Graphical representation of sub-directories

This command shows a graphical representation of the current sub-directories. ls -R | grep “:” | sed -e ‘s/://’ -e…

Create a Directory Tree in One Command

You can create a directory tree using just one command in Linux mkdir -p /tmp/dir1/dir2