Southperry.net
Need quick Linux help - Printable Version

+- Southperry.net (https://www.southperry.net)
+-- Forum: Social (https://www.southperry.net/forumdisplay.php?fid=14)
+--- Forum: Rubik's Cube (https://www.southperry.net/forumdisplay.php?fid=58)
+--- Thread: Need quick Linux help (/showthread.php?tid=26873)



Need quick Linux help - DrRusty - 2010-06-23

I have to answer a question on one of my labs. We have to make a "tree" in the terminal without using the "tree" command. We have to use the ls command. I tried google and couldn't find anything other than "just use tree yo"

I've tried

ls -R
ls *

both of them come up with a tree, but it doesn't have the graphic tree design that the tree command has.

halp plz


Need quick Linux help - Spaz - 2010-06-23

Can you explain what you mean by "make a tree"?


Need quick Linux help - Fiel - 2010-06-23

Use a recursive bash script.