« Return to Thread: sh files

Re: sh files

by dubcek :: Rate this Message:

Reply to Author | View in Thread

Thanks Eric. Unfortunately, your remedy did not work. As I mentioned in my original mail, all my .sh files were made under unix. But I tried d2u anyway (you never know), but I got the same result.

Here is an example of one of my unsophisticated .sh files; it was intended to clean up after a latex session:
rm *.div *.aux *.log

when I run the clean.sh (this was the name I gave to it), I get the 'command not found' error reply.

Does that help to make you better see my problem?
Thanks.
dubcek

Eric Blake-1 wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to dubcek on 10/29/2006 12:59 PM:
>>From the time I started using UNIX, I have made at least a hundred different
> .sh files, all of which ran perfectly on my first version of cygwin. But
> they don't work on the new version.

What are the failure symptoms?  Without any further details, my guess is
that you have CRLF line endings, but a binary mount.  Use the d2u program
to convert your .sh files to plain LF line endings, and things should
clear up.

http://cygwin.com/ml/cygwin-announce/2006-10/msg00026.html

- --
Life is short - so eat dessert first!

Eric Blake             ebb9@byu.net
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFRRuv84KuGfSFAYARAtdiAJ96mdxigxSrCNJGikpv1N/SBiLfvQCaAmRe
z/b+ZVxXhG7ONhtnyPRrnsI=
=HRc0
-----END PGP SIGNATURE-----

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

 « Return to Thread: sh files