*** empty log message ***
This commit is contained in:
1
ase/test/awk/cou-004.awk
Normal file
1
ase/test/awk/cou-004.awk
Normal file
@ -0,0 +1 @@
|
||||
$0 >= "M"
|
1
ase/test/awk/cou-005.awk
Normal file
1
ase/test/awk/cou-005.awk
Normal file
@ -0,0 +1 @@
|
||||
$1 < $4
|
1
ase/test/awk/cou-006.awk
Normal file
1
ase/test/awk/cou-006.awk
Normal file
@ -0,0 +1 @@
|
||||
$2 < $3
|
1
ase/test/awk/cou-007.awk
Normal file
1
ase/test/awk/cou-007.awk
Normal file
@ -0,0 +1 @@
|
||||
/Asia/
|
1
ase/test/awk/cou-008.awk
Normal file
1
ase/test/awk/cou-008.awk
Normal file
@ -0,0 +1 @@
|
||||
$4 ~ /Asia/
|
1
ase/test/awk/cou-009.awk
Normal file
1
ase/test/awk/cou-009.awk
Normal file
@ -0,0 +1 @@
|
||||
$4 !~ /Asia/
|
1
ase/test/awk/cou-010.awk
Normal file
1
ase/test/awk/cou-010.awk
Normal file
@ -0,0 +1 @@
|
||||
$0 ~ /Asia/
|
1
ase/test/awk/cou-011.awk
Normal file
1
ase/test/awk/cou-011.awk
Normal file
@ -0,0 +1 @@
|
||||
$2 !~ /^[0-9]+$]/
|
Reference in New Issue
Block a user