This website requires JavaScript.
Explore
Help
Sign In
hyung-hwan
/
qse
Watch
1
Star
0
Fork
0
You've already forked qse
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b6a27d2978
qse
/
regress
/
awk
/
adr-002.awk
11 lines
109 B
Awk
Raw
Normal View
History
Unescape
Escape
Recovered from cvs revision 2007-05-19 04:43:00
2007-05-20 01:45:00 +00:00
#!/bin/awk
BEGIN
{
RS
=
"\n\n"
;
FS
=
"\n"
;
}
restructured regression test scripts for awk
2009-06-30 04:17:39 +00:00
$
3
~
/^S/
{
print
$
1
,
$
3
,
$
NF
;
Recovered from cvs revision 2007-05-19 04:43:00
2007-05-20 01:45:00 +00:00
}
Reference in New Issue
Copy Permalink