From: walter harms Date: October 16 2008 9:06am Subject: select ... into outfile=stdout ? List-Archive: http://lists.mysql.com/mysql/214906 Message-Id: <48F70404.2040107@bfs.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit hi list, i need some options from outfile (exspecialy:FIELDS TERMINATED BY) and would like to send the output to stdout to further processing. unfortunately i found no proper way to force the output to stdout. for now i use the redirection of the "mysql -NB" output but the interface lacks the options of into outfile. (It is easy to fix using tr but not what was intended). i tried /dev/stdout but this does not work either. any ideas ? re, wh