add others

Capture/record/save terminal output (capture everything you type and output)
This commit is contained in:
onceupon 2018-01-03 12:20:55 +08:00 committed by GitHub
parent 067f5f2a94
commit bf4af75707
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1680,6 +1680,14 @@ pdftotext example.pdf example.txt
ls -ld -- */ ls -ld -- */
``` ```
##### Capture/record/save terminal output (capture everything you type and output)
```bash
script output.txt
#start using terminal
#to logout the screen session (stop saving the contents), type exit.
```
## System ## System
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)] [[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]