Create many directory in one command

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
wimille
Junior Member
Junior Member
Posts: 9
Joined: 2011-08-31, 12:29 UTC

Create many directory in one command

Post by *wimille »

Hi,

i'm wonder if it is possible to create many directory in one command in TC 8.0.

For example, like on Linux :
mkdir {a,b,c}

Thanks for your answers
User avatar
frenky
Senior Member
Senior Member
Posts: 250
Joined: 2005-07-30, 19:36 UTC

Post by *frenky »

Press F7 and type

Code: Select all

dir1|dir2|dir3
Ambiguity succeeds where honesty dares not venture.
wimille
Junior Member
Junior Member
Posts: 9
Joined: 2011-08-31, 12:29 UTC

Post by *wimille »

Cool, thanks. it works great.

But i've another question.

Can i use this to create tree like :
a/
b
c

If i made F7 and a/b|c, TC creates a and subdirectory b, but creates c as the same level than a.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

wimille,
a\b|a\c

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
wimille
Junior Member
Junior Member
Posts: 9
Joined: 2011-08-31, 12:29 UTC

Post by *wimille »

Thanks to all for your answer its very helpfull
Post Reply