Lines Matching refs:awk
3 awk=${awk-../a.out}
5 $awk 'BEGIN {
10 $awk '{print}' foo1 >foo2
14 echo hello | $awk '
22 $awk '
30 $awk '{$1 = " 123456789"; print}' foo1 >foo2
33 $awk '
41 $awk '{print NF}' foo >foo1
48 $awk 'BEGIN {
56 $awk '
67 $awk '
81 $awk '{print $40000000000000}' <foo1 >foo2 2>foo
85 $awk 'BEGIN { for (i=1; i <= 1000; i++) print i >("/tmp/awktestfoo" i) }'