This website works better with JavaScript.
Explore
Help
Register
Sign In
king
/
v811_spc009
Watch
1
Star
0
Fork
You've already forked v811_spc009
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1344b61cf0
v811_spc009
/
external
/
one-true-awk
/
bugs-fixed
/
numeric-rs.awk
7 lines
74 B
Raw
Blame
History
BEGIN
{
RS
=
1
;
while
(
"echo a1b1c1d"
|
getline
>
0
)
{
print
$
1
;
}
}
Reference in new issue
View Git Blame
Copy Permalink