diff options
Diffstat (limited to 'test/profile12.awk')
-rw-r--r-- | test/profile12.awk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/profile12.awk b/test/profile12.awk new file mode 100644 index 00000000..6664e681 --- /dev/null +++ b/test/profile12.awk @@ -0,0 +1,3 @@ +NR == 1 +NR == 2 { print } +NR == 3 { print $0 } |