hello
I want to create a folder under all partitions that are : /hostname1 /hostname2.....
how to exclude /hostname (i.e start directly with /hostname1)
thank you
hello
I want to create a folder under all partitions that are : /hostname1 /hostname2.....
how to exclude /hostname (i.e start directly with /hostname1)
thank you
Depending from where you get the list, you could just read it with "read" and then inside a while, just mkdir them.