You can't do it..
The only way i could suggest , actually kind of workaround is, set the
pager to the command you would like to execute. Say you wanna see the
output of command ls, then do 
mysql>pager ls;

and then just execute a query, it will print the output on the screen.
Then just do 
mysql>nopager;

to set it back to stdout.
Hope this helps

Gurhan

On Thu, 2002-09-05 at 22:48, Daniel Lim wrote:
> 
> Hi,
> Within mysql how do I call a UNIX command, e.g to list a UNIX
> firectory/files.
> 
> Much thanks.
> Daniel
> 
> 
> 
> 
>  This e-mail message (and attachments) is confidential, and / or privileged and is 
>intended for the use of the addressee only. If you are not the intended recipient of 
>this e-mail you must not copy, distribute, take any action in reliance on it or 
>disclose it to anyone. Any confidentiality or privilege is not waived or lost by 
>reason of mistaken delivery to you. DPWS is not responsible for any information not 
>related to the business of DPWS. If you have received this e-mail in error please 
>destroy the original and notify the sender.
> 
> For information on services offered by DPWS, please visit our website at 
>www.dpws.nsw.gov.au
> 
> 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to