#!/bin/csh -f

foreach file ($*)
  sed 's+$+\r+' $file > $file:r-dos.txt
end
