Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: field splitting with empty fields
- X-seq: zsh-users 12140
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: field splitting with empty fields
- Date: Mon, 29 Oct 2007 17:13:55 -0700
- In-reply-to: <20071029235835.GA29356@xxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20071029235835.GA29356@xxxxxxxxxxx>
On Oct 29, 7:58pm, Clint Adams wrote:
}
} list=Blah:A1A:Eletbe::415:Z:8200490172
} print -l ${(s.:.)list}
}
} What's the best way to get a blank line in between Eletbe and 415?
print ${list//:/$'\n'}
??
Messages sorted by:
Reverse Date,
Date,
Thread,
Author