DEV Community @dev.to · Dec 20

Stop right-clicking to create folders. From "mkdir -p" for instant project structures to "grep -r" for finding that one variable, here are 5 terminal commands that will save you hours of clicking. dev.to/maame-codes/...

7 likes 1 replies

?

Replies

Brian Moakley · Dec 20

Wow - I've been working on the terminal for years and I never bumped into mkdir -p. Guess I should read a man page from time to time. Great post!