From: Dan Nelson Date: May 1 2003 10:12pm Subject: Re: Getting to the shell from mysql> prompt List-Archive: http://lists.mysql.com/mysql/138941 Message-Id: <20030501221246.GB58262@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (May 01), Myhre, Julie said: > Is there a way to spawn off to the shell from the mysql prompt, > either for a quick shell command (like an ls of your current > directory), or to stay there and run a couple commands, then get back > to the same mysql session? > > For example, on a UNIX box, from an Oracle SQL*Plus prompt I can do: > sqlplus>!ls *.sql > > Or just type the ! and get to my shell. When I type 'exit' I am > returned to that sqlplus prompt. Try: mysql> \! ls *.sql For a plain shell, run "\! sh", or whatever your favorite shell is. -- Dan Nelson dnelson@stripped