Want To convert script in Linux format

I have scripts which I want to convert in Linux format.

Note these scripts are in txt format.But I want to convert them in Linux, as DBA's will be using this script.

Any command or utility which converts tht files in proper Linux format.

Thanks in Adavce.
Kunal

If they are in txt format, i.e. DOS end-of-line convention, you should probably use "dos2unix" utility to make it work under Linux. Without seeing the actual script though, there isn't guarantee that this will work at all. Can we see relevant snippets of that script ? Also, when you say - it has to work under Linux, how exactly this is planned to be implemented ?