Create several directories using brace expansion

Say you wan’t to create several directories, for example rc0.d to rc6.d (vmware needs them for example to install)

you type:

mkdir rc{0..6}.d

technorati tags:, ,

~ by princ3 on May 30, 2007.

Leave a Reply