Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Re[2]: Segregating a Global Alias
- X-seq: zsh-users 18675
- From: zzapper <david@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Re[2]: Segregating a Global Alias
- Date: Tue, 25 Mar 2014 12:28:55 +0000 (UTC)
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- Organization: Your Company
- References: <XnsA2FA95D9D45BDdavidrayninfocouk@80.91.229.13> <CAH+w=7baCBR0KK+Uvhu8D53CPsVNvq4YSVsrbb35H1ReCHQZAA@mail.gmail.com> <XnsA2FAB2C8DE4F8davidrayninfocouk@80.91.229.13> <XnsA2FAB51B6E85Bdavidrayninfocouk@80.91.229.13> <201403241904030744.002438FA@localhost>
"Manuel Presnitz" <mpy@xxxxxxx> wrote in
news:201403241904030744.002438FA@localhost:
>
> This doesn't look very sophisticated, but seems to work -- and is
> rather close to your original approach:
>
> perl -ne 's/(<\/\w+>)/$1\n/g; print' < NF > $(print NF).txt
>
> ---Manuel.
Manuel yes this demonstrates how to append to the result of Global Alias
cat NF > $(print NF).txt
--
zzapper
https://twitter.com/dailyzshtip
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author