Move under www to ease rsync
This commit is contained in:
9
www/eps/hpr2610/hpr2610_awk12_ex3.awk
Executable file
9
www/eps/hpr2610/hpr2610_awk12_ex3.awk
Executable file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
flds = patsplit($0,a,/[A-Za-z]+/,s)
|
||||
for (i in a)
|
||||
printf "%s ",a[i]
|
||||
print ""
|
||||
for (i=1; i<=flds; i++)
|
||||
printf "%s ",s[i]
|
||||
print ""
|
||||
}
|
||||
Reference in New Issue
Block a user