script command under cygwin?

Carlo Florendo carlo@astra.ph
Wed Apr 16 12:29:00 GMT 2003


> 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/



More information about the Cygwin mailing list