Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <001201c30400$358055e0$437517d2@astra03> From: "Carlo Florendo" To: References: <200304160944 DOT h3G9iWq19009 AT mailgate5 DOT cinetic DOT de> Subject: Re: script command under cygwin? Date: Wed, 16 Apr 2003 18:09:00 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 > where can I find the script command under cygwin? I would like to protokoll the terminal output into a file. You mean you want to redirect or "save" the output of the terminal to a file? If that's what you mean, you could use the ">" redirection operator. For example, if you want to save the output of ls.exe into a file named foo.bar, you could do: ls -l > foo.bar Best Regards, Carlo -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/