[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

logging stdout && stdin



Hi!

Is there any way to log into a file by an interactive program the stdout and the stdin? I tried out tee, screen, and script, but didn' t find the solution. By that interactive program i' d like to log all characters on the console. For example "program | tee file" will log only the stdout, and "tee file | program | tee file" will log at first the stdin and just after the stdout into the file, so in a separated way.

Anybody could help me please?

perl-w@freemail.hu




Reply to: