<div dir="ltr">Thank you very much!<br><br>I knew it must be stupidly simple.... ;-)<br><br>Thanks again!<br><br clear="all">.:====================================================:.<br><br>Amichai Rotman<br><br>UIN#: 6401746<br>
Registered Linux User#: 201192 [<a href="http://counter.li.org/">http://counter.li.org/</a>]<br>Registered Ubuntu User #12851 [<a href="http://ubuntucounter.geekosophical.net">http://ubuntucounter.geekosophical.net</a>]<br>
<br>------------------------------------------------------------------------------------------------------------<br><br>PLEASE READ: <a href="http://www.gnu.org/philosophy/no-word-attachments.html">http://www.gnu.org/philosophy/no-word-attachments.html</a><br>
<br>------------------------------------------------------------------------------------------------------------<br><br>.:====================================================:.<br>
<br><br><div class="gmail_quote">On Mon, Nov 10, 2008 at 08:43, Ulf Rompe <span dir="ltr"><<a href="mailto:Ulf.Rompe@icem.com">Ulf.Rompe@icem.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Am Freitag, den 07.11.2008, 13:04 -0500 schrieb Rashkae:<br>
<div class="Ih2E3d">> > One directory called '0-9' and 26 more directories - one for each<br>
> letter in<br>
> > the alphabet - 27 directories in all.<br>
> ><br>
><br>
> mkdir 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z<br>
<br>
</div>Or just use some bash-fu:<br>
<br>
mkdir {0..9} {a..z}<br>
<br>
Oh, and I just notice that the "0-9" should be a single dir, thus:<br>
<br>
mkdir 0-9 {a..z}<br>
<br>
<br>
[x] ulf<br>
<font color="#888888">--<br>
Der Mensch ist immer noch der beste Computer. (John F. Kennedy)<br>
</font><div><div></div><div class="Wj3C7c"><br>
<br>
--<br>
ubuntu-users mailing list<br>
<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br>
</div></div></blockquote></div><br></div>