Related Posts
Anyone hear anything from their coaches??
Additional Posts in Technology/IT Consultants
how long should a resume really be?
New to Fishbowl?
Download the Fishbowl app to
unlock all discussions on Fishbowl.
unlock all discussions on Fishbowl.





Can you install the tree command or is it already? $:tree /root
It’s been a while, but wouldn’t this get you your full directory list? ls -lR /startOfYourPath | grep ‘^/‘
Simply ./yourscripy.sh might work with your config as well
Well i was thinking of cding to the main folder, mkdir, cd in, then mkdir again, etc. However as I do this, I need to also record my commands into a txt file. Any idea how to do so?
If you need to record the commands, you could just make a bash script?
That is what I'm trying to do now but don't know how to create a bash script. Do I just open up a new notepad and type in the commands I must use?