[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RFE: zero prefixed expansion, e.g. {01..02} -> 01 02
From: |
Till Maas |
Subject: |
RFE: zero prefixed expansion, e.g. {01..02} -> 01 02 |
Date: |
Fri, 05 Jun 2009 20:28:38 +0200 |
User-agent: |
KMail/1.11.3 (Linux/2.6.27.24-170.2.68.fc10.x86_64; KDE/4.2.3; x86_64; ; ) |
Aloas,
I often need the results of expansion like {01..10} to be prefixed with zeros,
currently I always need to have two expansions, e.g.
cat foo0{1..9}.bar foo{10..23}.bar
It would be nice if I could use e.g.
cat foo{01..23}.bar
instead to get the same results.
Regards
Till
signature.asc
Description: This is a digitally signed message part.
- RFE: zero prefixed expansion, e.g. {01..02} -> 01 02,
Till Maas <=