source:
trunk/essentials/sys-apps/gawk/test/compare.awk
Last change on this file was 3076, checked in by , 18 years ago | |
---|---|
File size: 183 bytes |
Line | |
---|---|
1 | BEGIN { |
2 | if (ARGV[1]) print 1 |
3 | ARGV[1] = "" |
4 | if (ARGV[2]) print 2 |
5 | ARGV[2] = "" |
6 | if ("0") print "zero" |
7 | if ("") print "null" |
8 | if (0) print 0 |
9 | } |
10 | { |
11 | if ($0) print $0 |
12 | if ($1) print $1 |
13 | } |
Note:
See TracBrowser
for help on using the repository browser.