Bash Script Help
Thank you very much!
I knew it must be stupidly simple.... ;-)
Thanks again!
.:================================================ ====:.
Amichai Rotman
UIN#: 6401746
Registered Linux User#: 201192 [http://counter.li.org/]
Registered Ubuntu User #12851 [http://ubuntucounter.geekosophical.net]
------------------------------------------------------------------------------------------------------------
PLEASE READ: http://www.gnu.org/philosophy/no-word-attachments.html
------------------------------------------------------------------------------------------------------------
.:================================================ ====:.
On Mon, Nov 10, 2008 at 08:43, Ulf Rompe <Ulf.Rompe@icem.com> wrote:
Am Freitag, den 07.11.2008, 13:04 -0500 schrieb Rashkae:
> > One directory called '0-9' and 26 more directories - one for each
> letter in
> > the alphabet - 27 directories in all.
> >
>
> 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
Or just use some bash-fu:
mkdir {0..9} {a..z}
Oh, and I just notice that the "0-9" should be a single dir, thus:
mkdir 0-9 {a..z}
[x] ulf
--
Der Mensch ist immer noch der beste Computer. (John F. Kennedy)
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|