Unix commands

2002-09-05 Thread Daniel Lim
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

Re: Unix commands

2002-09-05 Thread Gurhan Ozen
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 mysqlpager ls; and then just execute a query, it will print the output on the screen. Then just do