summaryrefslogtreecommitdiff
path: root/test/subamp.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/subamp.awk')
-rw-r--r--test/subamp.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/subamp.awk b/test/subamp.awk
new file mode 100644
index 0000000..2638e6e
--- /dev/null
+++ b/test/subamp.awk
@@ -0,0 +1 @@
+{ sub(/[a-z]/, "&") ; print }