Skip to content

Instantly share code, notes, and snippets.

@orjanv
Last active August 29, 2015 14:00
Show Gist options
  • Save orjanv/11006672 to your computer and use it in GitHub Desktop.
Save orjanv/11006672 to your computer and use it in GitHub Desktop.
Create ten folder with ten empty files in each
mkdir folder{1..10} && touch folder{1..10}/file{1..10}.txt
@phikal
Copy link

phikal commented Apr 17, 2014

Replace 10 with $1.

@orjanv
Copy link
Author

orjanv commented Apr 17, 2014

where?

@phikal
Copy link

phikal commented Jun 16, 2014

Every time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment