]>
Dogcows Code - chaz/yoink/blob - win32/unix2dos.sh
5 # An implementation of unix2dos using sed.
11 sed 's/\r*$/\r/' "$1" >$TMPFILE
20 echo "`basename $0` infile [outfile]"
21 echo " convert a file from unix to dos file format"
This page took 0.035485 seconds and 4 git commands to generate.