On Wed, Feb 14, 2024 at 09:45:52PM +0100, Franco Martelli wrote:
> A new question arise spontaneously: how can csh users run a "script" saved
> session using "scriptreplay" command? In the §4.4.1 "Recording the session"
> paragraph ¹  I see this syntax:
> 
> # scriptreplay ~/upgrade-bookwormstep.time ~/upgrade-bookwormstep.script
> 
> That it uses both stderr and stdout saved separately. Maybe they have to use
> another syntax or forcibly run a Bourne shell as you wrote below:

The man page says:

       -t[file], --timing[=file]
           Output timing data to standard error, or to file when given. This
           option is deprecated in favour of --log-timing where the file
           argument is not optional.

And:

       -T, --log-timing file
           Log timing information to the file. Two timing file formats are
           supported now. The classic format is used when only one stream
           (input or output) logging is enabled. The multi-stream format is
           used on --log-io or when --log-in and --log-out are used together.
           See also --logging-format.

One of these paragraphs should give a solution that avoids needing 2>.

Reply via email to