diff options
Diffstat (limited to 'test/fscaret.awk')
-rw-r--r-- | test/fscaret.awk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fscaret.awk b/test/fscaret.awk new file mode 100644 index 00000000..134820d7 --- /dev/null +++ b/test/fscaret.awk @@ -0,0 +1,8 @@ +BEGIN { + FS="^." + OFS="|" +} +{ + $1 = $1 +} +1 |