Tag: tree
Graphical representation of sub-directories
February 8, 2008
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
January 15, 2008
You can create a directory tree using just one command in Linux mkdir -p /tmp/dir1/dir2
Recent Comments