in reply to How to use print and pipe it to awk ?

Why spend the time piping the test to awk? Perl can do anything awk can; why not have your Perl script do the manipulation?
  • Comment on Re: How to use print and pipe it to awk ?