|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Simple shell script not workingThis is the 2-line shell script I'm trying to run:
#! /bin/sh touch test.txt The privledges are set to 777 I get the error output line: " bash: $'\r': command not found " for each command I put in the script, including cd, touch, ls, etc. Echo is the only one that works for some reason. Anybody have any ideas on how to fix this? |
|
|
Re: Simple shell script not workingOn Mon, 2007-07-30 at 10:07 -0700, on behalf of zip184 wrote: > This is the 2-line shell script I'm trying to run: > > > #! /bin/sh > > touch test.txt > > > The privledges are set to 777 > > I get the error output line: " bash: $'\r': command not found " > for each command I put in the script, including cd, touch, ls, etc. Echo is > the only one that works for some reason. Anybody have any ideas on how to > fix this? $ dos2unix name-of-2-line-script -- 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/ |
|
|
|
|
|
Re: Simple shell script not workingI have also encounted this problem:
"bash: $'\r': command not found" when start the cygwin programme.Have you found the method to fix it? |
|
|
RE: Simple shell script not workingYxg wrote:
> I have also encounted this problem: > "bash: $'\r': command not found" > when start the cygwin programme.Have you found the method to fix it? Reason you have edited some file with the wrong editor run d2u on .bashrc .bash_profile -- Bengt-Arne Fjellner -- 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/ |
|
|
Re: Simple shell script not workingOn 9/1/07, Bengt-Arne Fjellner
<bengt-arne.fjellner@feed-the-spammers-nao> wrote: > Yxg wrote: > > I have also encounted this problem: > > "bash: $'\r': command not found" > > when start the cygwin programme.Have you found the method to fix it? > > Reason you have edited some file with the wrong editor > run d2u on .bashrc .bash_profile > > -- > Bengt-Arne Fjellner Also, it looks like you have to run das2unix on the script... " touch foo.txt\r " is proboably what bash is running. -- Morgan gangwere "Space does not reflect society, it expresses it." -- Castells, M., Space of Flows, Space of Places: Materials for a Theory of Urbanism in the Information Age, in The Cybercities Reader, S. Graham, Editor. 2004, Routledge: London. p. 82-93. -----BEGIN PGP SIGNATURE----- Version: Gmail/GnuPG Min32 Hack Comment: Using GnuPG and Gmail - ask me about Grim Fandango iD8DBQFGV3KQCF9T/dUsmAgRAvESAKDfZYbRtebNO+WPfx6DryIvIwt9TgCgukZG cIj5nSWws/pAeW2ESlj7GuM= =Y4uC -----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/ |
| Free embeddable forum powered by Nabble | Forum Help |