How to pass some output of some command to awk via pipe to parse a specific value and redirect it to a file?

Solution Verified - Updated -

Issue

  • How to pass the output of some command to awk via pipe to parse a specific value and redirect this to a file?

    # ping 10.10.10.10 | awk '{print $0)}' >>ping.log
    ...
    # cat ping.log
    #
    \----> The file is empty here.
    

Environment

  • Red Hat Enterprise Linux
  • gawk(awk)

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content