Move under www to ease rsync
This commit is contained in:
6
www/eps/hpr2610/hpr2610_awk12_ex2.awk
Executable file
6
www/eps/hpr2610/hpr2610_awk12_ex2.awk
Executable file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
patsplit($0,a,/([^,]*)|("[^"]+")/)
|
||||
for (i in a)
|
||||
printf "<%s> ",a[i]
|
||||
print ""
|
||||
}
|
||||
Reference in New Issue
Block a user