qse/ase/rel/unix2dos.awk

3 lines
36 B
Awk
Raw Normal View History

BEGIN { ORS="\r\n"; }
{ print $0; }