qse/ase/rel/unix2dos.awk

3 lines
36 B
Awk
Raw Normal View History

2007-03-22 04:01:14 +00:00
BEGIN { ORS="\r\n"; }
{ print $0; }