This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: script command under cygwin?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]