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

You're just piping it to awk which uses printf to format the data, and redirecting it to a file.

That seems like an awful lot of effort to avoid using perl's printf statement.

...roboticus

  • Comment on Re: How to use print and pipe it to awk ?