enhanced a special form FS to affect record reading in bytes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
9
t/fs-test.hawk
Normal file
9
t/fs-test.hawk
Normal file
@ -0,0 +1,9 @@
|
||||
BEGIN {
|
||||
## `FS` with a question mark(`?`) followed by four characters. the last three are equal.
|
||||
FS="?,\"\"\"";
|
||||
}
|
||||
|
||||
{
|
||||
for (i = 0; i <= NF; i++) print i, "[" $i "]";
|
||||
}
|
||||
|
Reference in New Issue
Block a user