Last active
August 29, 2015 14:00
-
-
Save orjanv/11006672 to your computer and use it in GitHub Desktop.
Create ten folder with ten empty files in each
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir folder{1..10} && touch folder{1..10}/file{1..10}.txt |
where?
Every time.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace 10 with $1.