This website requires JavaScript.
Explore
Help
Register
Sign In
fengyuhetao
/
shell
mirror of
https://github.com/fengyuhetao/shell.git
Watch
1
Star
0
Fork
You've already forked shell
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
shell
/
gawk进阶
/
gawk脚本
7 lines
50 B
Bash
Raw
Permalink
Blame
History
#!/bin/bash
BEGIN
{
FS
=
"\n"
;
RS
=
""
}
{
myprint
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink