*** empty log message ***
This commit is contained in:
4
ase/test/awk/t41.awk
Normal file
4
ase/test/awk/t41.awk
Normal file
@@ -0,0 +1,4 @@
|
||||
BEGIN { IGNORECASE=1; }
|
||||
$0 == "abc" {
|
||||
print "[" $0 "]";
|
||||
}
|
||||
Reference in New Issue
Block a user