3 lines
36 B
Awk
3 lines
36 B
Awk
BEGIN { ORS="\r\n"; }
|
|
{ print $0; }
|
BEGIN { ORS="\r\n"; }
|
|
{ print $0; }
|