Move under www to ease rsync
This commit is contained in:
8
www/eps/hpr2824/hpr2824_awk15_ex1.awk
Executable file
8
www/eps/hpr2824/hpr2824_awk15_ex1.awk
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/awk -f
|
||||
|
||||
# Downloadable example 1 for GNU Awk Part 15
|
||||
|
||||
{ print "R1 ---" }
|
||||
{ print "R2",$0 }
|
||||
{ print "R3",$0 }
|
||||
|
||||
Reference in New Issue
Block a user