diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-09 21:22:55 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-10-09 21:22:55 +0200 |
commit | 06f3e569c7c153a5d0f2dc5667822c562e77ca9f (patch) | |
tree | 2a7c5ba3d7fa182edd3cf5d93d0629da22ae9880 /doc/gawk.1 | |
parent | 194d9dc454d361ee5c707e71a5e3512fbe3a71cd (diff) | |
parent | 35d9ad9209592594905d1c8f15130d09af111411 (diff) | |
download | egawk-06f3e569c7c153a5d0f2dc5667822c562e77ca9f.tar.gz egawk-06f3e569c7c153a5d0f2dc5667822c562e77ca9f.tar.bz2 egawk-06f3e569c7c153a5d0f2dc5667822c562e77ca9f.zip |
Merge branch 'gawk-4.0-stable'
Diffstat (limited to 'doc/gawk.1')
-rw-r--r-- | doc/gawk.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2491,7 +2491,7 @@ source array .I s unchanged. The optional string .I how -controls the direction and the comparsion mode. +controls the direction and the comparison mode. Valid values for .I how are @@ -3775,7 +3775,7 @@ Concatenate and line number (a variation on a theme): Run an external command for particular lines of data: .ft B - tail -f access_log | + tail \-f access_log | awk '/myhome.html/ { system("nmap " $1 ">> logdir/myhome.html") }' .ft R .fi |