Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AWK is a language for processing text files.




process id onlyps -ef | grep proxy | awk '{print $2}'


filter first and second columnip a | awk '{print $1, $2}'