#this sets all line feeds to LF only, the usual way under UNIX.
#
# set all line feeds to LF only. Do it twice to eliminate double CR/LFs that might stem
# from prior editing under Linux.
#
dos2unix *.pas
dos2unix *.pas
