User Tools

Site Tools


using_awk
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


using_awk [2010/12/03 23:32] (current) – created tkbletsc
Line 1: Line 1:
 +====== Using awk ======
 +
 +Basic syntax:
 +  awk <search pattern> {<program actions>}
 +  
 +Examples:
 +  svn st | awk '/^\?/ {print $2}'          # print names of unknown svn files
 +  ps -A | awk '{print $1}'                 # print all pids
 +
  
using_awk.txt · Last modified: by tkbletsc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki