DEV Community

Discussion on: May 22nd, 2020: What did you learn this week?

Collapse
 
scrabill profile image
Shannon Crabill • Edited

I learned that I can create multiple files or directories at once in the command line by putting spaces between them. mkdir hello world would create a hello and world folders in one go. It's command line magic.