Is there an alternative to tree command (or some way using the tree command itself) to print the directory structure horizontally?
Quite often, I have a tree structure, for which I have to scroll a lot. If it were printed horizontally, no scrolling would be required.
rotcommand.rotcommand?perl -nle 'mkdir $_ and chdir $_ or die' /usr/share/dict/words(think twice before running that ;-))