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
d5f7aa4152
v811_spc009
/
external
/
one-true-awk
/
testdir
/
t.in3
8 lines
83 B
Raw
Blame
History
{ x[NR] = $0 }
END {
for (i in x)
if (x[i] ~ /shen/)
break
print i, x[i]
}
Reference in new issue
View Git Blame
Copy Permalink