shell/gawk进阶/gawk脚本

7 lines
50 B
Bash

#!/bin/bash
BEGIN{FS="\n"; RS=""}
{
myprint()
}