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> {< | ||
+ | | ||
+ | Examples: | ||
+ | svn st | awk '/^\?/ {print $2}' | ||
+ | ps -A | awk ' | ||
+ | |||
using_awk.txt · Last modified: by tkbletsc