Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
brace expansion question
- X-seq: zsh-users 8675
- From: grover mitchell <baguagrover@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: brace expansion question
- Date: Tue, 12 Apr 2005 18:13:33 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=tvfiENnlyCElyFT/fUQMdqApc+aMQnCrCB1eqj+L7d+s1JGKVsoBYiz4c5aeA5T/+XvvogchZpkF9+rMnaS9dvsbVpfTBO/rNG0rhAD5FvpSawP3c8sKfsdZfBraQFfKZnx1nBLegG0/mc/9NSfVpkzP36adrbcjG4cyRp1w4w4=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: grover mitchell <baguagrover@xxxxxxxxx>
I have a file that contains a list like so:
foo1{01..10}
bar2{01..10}
Is there any way to have zsh do a brace expansion on the contents of this file?
Thanks!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author