How to use awk command in Linux

Below are the some example of using "awk" command in Linux.

  • Run top command to check CPU and memory utilization
  • Now by using "awk", top command result would be filtered out to show only %CPU and %MEM.

  • Category: Linux