How to pass some output of some command to awk via pipe to parse a specific value and redirect it to a file?
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 5
- Red Hat Enterprise Linux 6
- gawk
- awk
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
