mirror of https://github.com/CrimsonTome/tldr.git
script: add page (#2918)
parent
2244c13460
commit
80abec2c14
|
@ -0,0 +1,19 @@
|
|||
# script
|
||||
|
||||
> Record all terminal output to file.
|
||||
|
||||
- Record a new session to a file named `typescript` in the current directory:
|
||||
|
||||
`script`
|
||||
|
||||
- Record a new session to a custom filepath:
|
||||
|
||||
`script {{path/to/session.out}}`
|
||||
|
||||
- Record a new session, appending to an existing file:
|
||||
|
||||
`script -a {{path/to/session.out}}`
|
||||
|
||||
- Record timing information (data is outputted to the standard error):
|
||||
|
||||
`script -t 2> {{path/to/timingfile}}`
|
Loading…
Reference in New Issue