Move under www to ease rsync
This commit is contained in:
5
www/eps/hpr2129/hpr2129_example2.awk
Executable file
5
www/eps/hpr2129/hpr2129_example2.awk
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/awk -f
|
||||
#
|
||||
# Print all but line 1 with the line number on the front
|
||||
#
|
||||
NR > 1 { printf "%d: %s\n",NR,$0 }
|
||||
Reference in New Issue
Block a user