File: unix2dosScript

package info (click to toggle)
primrose 6%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,296 kB
  • sloc: cpp: 27,318; php: 765; ansic: 636; objc: 272; sh: 136; makefile: 95; perl: 67
file content (7 lines) | stat: -rwxr-xr-x 95 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7


cat "$1" | ./unix2dos > tempUNIX2DOS.txt

cp -f tempUNIX2DOS.txt "$1"

rm -f tempUNIX2DOS.txt