Error from bash I've never seen before.
- From: Ray Parrish <crp@xxxxxxx>
- Date: Tue, 13 Apr 2010 13:15:21 -0700
Hello,
I was just trying to run a short script that allows me to Tweet on
Twitter from the command line, and got a strange error I don't know how
to diagnose. Here is the error message -
ray@RaysComputer:~$ Tweet.sh "OPB Radio rocks the state of Oregon!"
bash: !": event not found
ray@RaysComputer:~$
I don't think it's a script error, as I have been using it with no
problems, and the error message seems to be complaining about the
exclamation mark at the end of my command line for some reason that I
have no clue about.
Just in case it's the script causing the error, here is it's code as well -
#!/bin/bash
curl -u "username":"password" -d status="$*"
http://twitter.com/statuses/update.xml > /dev/null
echo "Tweet, tweet!!!"
Note that I have replaced my username, and password in the script with
those words so as not to endanger my Twitter account with this posting. 8-)
Thanks for any help you can be.
Later, Ray Parrish
--
Linux dpkg Software Report script set..
http://www.rayslinks.com/LinuxdpkgSoftwareReport.html
Ray's Links, a variety of links to usefull things, and articles by Ray.
http://www.rayslinks.com
Writings of "The" Schizophrenic, what it's like to be a schizo, and other
things, including my poetry.
http://www.writingsoftheschizophrenic.com
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
- Follow-Ups:
- Re: Error from bash I've never seen before.
- From: Karl Larsen
- Re: Error from bash I've never seen before.
- From: Wil Willis
- Re: Error from bash I've never seen before.
- From: Christoph Bier
- Re: Error from bash I've never seen before.
- From: Steve
- Re: Error from bash I've never seen before.
- From: James Bensley
- Re: Error from bash I've never seen before.
- Prev by Date: Re: Installing Ubuntu in a very poor performace machine...
- Next by Date: Re: Error from bash I've never seen before.
- Previous by thread: How do move large number of files ?
- Next by thread: Re: Error from bash I've never seen before.
- Index(es):
Relevant Pages
|