shell/gawk进阶/gawk脚本

7 lines
50 B
Plaintext
Raw Normal View History

2016-05-23 08:32:00 +08:00
#!/bin/bash
BEGIN{FS="\n"; RS=""}
{
myprint()
}