Hello.
I'm new to linux and forums alike.
I've been doing linux basics.
I have a question
I'm creating 12 folder with
Mkdir dir{1..12}
Is it possible, on linux, to create a bunch of files that will be inserted into all those folders simultaneously?
Touch file{1..12} dir{1..12} doesn't seem to work.
I've searched online but probably don't search for the right terming, and can't find much on it.
I will give a shot at more searching another day
Thank you in advance.
I'm new to linux and forums alike.
I've been doing linux basics.
I have a question
I'm creating 12 folder with
Mkdir dir{1..12}
Is it possible, on linux, to create a bunch of files that will be inserted into all those folders simultaneously?
Touch file{1..12} dir{1..12} doesn't seem to work.
I've searched online but probably don't search for the right terming, and can't find much on it.
I will give a shot at more searching another day
Thank you in advance.
Last edited: