aboutsummaryrefslogtreecommitdiffstats
path: root/z.awk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2015-04-03 09:15:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2015-04-03 09:15:47 +0300
commit448c45412600cd9844caf2336f5bf6c459145d08 (patch)
treea14ba06e9823772f97cd7f6e1e4429f9798864bf /z.awk
parent8d0b9648204d05537828e70ee1816834dc3b1d34 (diff)
downloadegawk-448c45412600cd9844caf2336f5bf6c459145d08.tar.gz
egawk-448c45412600cd9844caf2336f5bf6c459145d08.tar.bz2
egawk-448c45412600cd9844caf2336f5bf6c459145d08.zip
Add some test file for use during development.
Diffstat (limited to 'z.awk')
-rw-r--r--z.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/z.awk b/z.awk
new file mode 100644
index 00000000..5df943c8
--- /dev/null
+++ b/z.awk
@@ -0,0 +1 @@
+BEGIN { f = "foo" ; p = @/o/ ; gsub(p, "q", f); print f }