Revision history of "awk scripting notes"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 23:03, 5 August 2018Nighthawk (Talk | contribs). . (124 bytes) (+124). . (Created page with " compound logical statement $ echo "1 2 3" | awk '{for (i=1; i<=NF; i++) if (($i=="1") && ($(i+1)=="2")) print $(i+2)}' 3")