creating multiple similar dirs

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
mrbeeye
Junior Member
Junior Member
Posts: 79
Joined: 2004-05-03, 02:56 UTC

creating multiple similar dirs

Post by *mrbeeye »

There was a discussion about creating multiple similar directories: http://ghisler.ch/board/viewtopic.php?t=4121. But it was about creating multiple subdirectories.

So, the goal is to create dir1, dir2, ..., dirN in one cycle.

In Unix/Linux/*BSD there is a possibility of using:

Code: Select all

mkdir dir{1,2,3,4,5}
It's called brace completition.
Last edited by mrbeeye on 2005-05-21, 05:20 UTC, edited 1 time in total.
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3300
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

How About Pressing F7 and then entering
all Dirs you want divided by the pipe ?

example:
- Press F7
- Enter "dir1|dir2|dir3|dir4|...|dirN|dirN+1"
- press Enter
Hoecker sie sind raus!
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

You can also create dirs in different paths:
C:\dir1|D:\bla\blubb\dir2|e:\blubbbla\dir3

Please edit your posting and remove the [REQ] in topic title.

Icfu
This account is for sale
Post Reply