]>
Dogcows Code - chaz/yoink/blob - tools/unix2dos
3 # An implementation of unix2dos using sed.
4 # Written by Charles McGarvey; released into the public domain.
9 sed 's/\r*$/\r/' "$1" >$TMPFILE
18 echo "`basename $0` infile [outfile]"
19 echo " convert a file from unix to dos file format"
This page took 0.041717 seconds and 4 git commands to generate.