| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Philippe Poelvoorde | Date: | October 19 2004 8:44am |
| Subject: | Re: Script question | ||
| View as plain text | |||
> mysql> system echo hi there; > mysql> system ls -ls; > mysql> system uname-a; > > all work on the 2.4.22-10mdk kernel and > the semi-colon is optional. > mysql> system echo "hi there" should be also working, the first parameters 'echo' is recognized as the command to execute, and the folowings strings the parameters of this command. so since 'echo hi there' is not a command it wasn't working (try, doing `$echo\ hi\ there` at your prompt :) Since some commands require quotes, it could be useful. (system doesn't work with MySQL 3.23, does it ?) -- Philippe Poelvoorde COS Trading Ltd.
| Thread | ||
|---|---|---|
| • Script question | Rhino | 19 Oct |
| • RE: Script question | SST - Adelaide) | 19 Oct |
| • RE: Script question | SST - Adelaide) | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Victor Pendleton | 19 Oct |
| • RE: Script question | SST - Adelaide) | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Brian | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Brian | 19 Oct |
| • How to remove an index | leegold | 19 Oct |
| • Re: How to remove an index | Aman Raheja | 19 Oct |
| • RE: Script question | Charles E Sweet | 19 Oct |
| • Re: Script question | Rhino | 19 Oct |
| • Re: Script question | Philippe Poelvoorde | 19 Oct |
| • Re: Script question | Gerald Taylor | 20 Oct |
| • Re: Script question | SGreen | 20 Oct |
