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

Segregating a Global Alias



Hi
I want to create an output file based on the name of the input file however 
the input file is foung using a Global alis NF

perl -ne 's/(<\/\w+>)/$1\n/g; print' < NF > {NF}.txt     ### Doesn't work

where
alias -g NF='*~vssver.scc(.om[1])'

Solutions, alternatives?

-- 
zzapper
https://twitter.com/dailyzshtip



Messages sorted by: Reverse Date, Date, Thread, Author