Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Re[2]: Segregating a Global Alias



"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