<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(51,0,51)">Depending on which distro you have and what packages are installed, there&#39;s a handy dandy little pair of utilities for working with these differences between &quot;dos&quot; and &quot;unix&quot; machines. Not surprisingly, the pair of utilities are called &quot;dos2unix&quot; and &quot;unix2dos&quot; - and it deals with the ^M you see when you bring a dos-edited package over to Linux/UNIX, and similarly, it puts the ^L in with the ^M to make it not all run together as one long line when you bring a file written on UNIX/Linux over to Dos.<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(51,0,51)">Usage is pretty much as you&#39;d expect:<br><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(51,0,51)">dos2unix original.txt &gt; outputfile<br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small;color:rgb(51,0,51)"><br>and so forth.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 13, 2015 at 2:18 PM, Scott Merrill <span dir="ltr">&lt;<a href="mailto:skippy@skippy.net" target="_blank">skippy@skippy.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
&gt; On May 13, 2015, at 2:12 PM, Steve VanSlyck &lt;<a href="mailto:s.vanslyck@postpro.net">s.vanslyck@postpro.net</a>&gt; wrote:<br>
&gt;<br>
&gt; Umpf.<br>
&gt;<br>
&gt; Yes, I have seen it before, now you mention it. Seems my old windows machines always started with PATH=.;... Or at least I seem to remember it that way. Regardless, I always *assumed* the computer always looked in the current directory first.<br>
&gt;<br>
&gt; Anyway, as you saw in previous email i am now getting this<br>
&gt; [root@vslaw2 ~]# ./server_setup.sh<br>
&gt; -bash: ./server_setup.sh: /bin/bash^M: bad interpreter: No such file or directory<br>
&gt; error.<br>
&gt;<br>
&gt; No idea what the ^M means. I don&#39;t see anything when looking at the file in nano and confirmed it with VI/VIM just to be sure, with same result<br>
&gt;<br>
<br>
</span>You’re running into one of the frustrating differences between Windows and UNIX (and Mac!) systems.<br>
<br>
<a href="http://www.cs.toronto.edu/~krueger/csc209h/tut/line-endings.html" target="_blank">http://www.cs.toronto.edu/~krueger/csc209h/tut/line-endings.html</a><br>
<br>
<a href="https://en.wikipedia.org/wiki/Newline" target="_blank">https://en.wikipedia.org/wiki/Newline</a><br>
<br>
If you’re editing files on Windows and then transferring them over to Linux, you’ll likely keep having this problem.  There are several solutions.<br>
<br>
You can use a text editor that understands different line endings.  The default Windows Notepad application *does not* understand anything other than Windows line endings.<br>
<br>
You can use a tool called `dos2unix` on your Linux systems to convert Windows line endings to UNIX line endings.<br>
<br>
Cheers,<br>
Scott<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
colug-432 mailing list<br>
<a href="mailto:colug-432@colug.net">colug-432@colug.net</a><br>
<a href="http://lists.colug.net/mailman/listinfo/colug-432" target="_blank">http://lists.colug.net/mailman/listinfo/colug-432</a><br>
</div></div></blockquote></div><br></div>