Greg's Blog

helping me remember what I figure out

Another Handy Command

| Comments

Been doing heaps more *nix work recently, though a lot of it is still mistifying me, I can safely say: no regrets in doing the switch. Anyway, here’s how you can in one swoop create new directories and sub-directories: [code]mkdir -p someFolder/someOtherFolder/andAnotherFolder[/code]