This website requires JavaScript.
Explore
Help
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1897496caf
android13
/
external
/
one-true-awk
/
testdir
/
t.split3
5 lines
110 B
Plaintext
Raw
Blame
History
{ a = $0 " " $0 " " $0
if ($1 != "")
n = split (a, x, "[" $1 "]")
print n, x[1], x[2], x[3], x[4] }
Reference in New Issue
View Git Blame
Copy Permalink