mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add others
Capture/record/save terminal output (capture everything you type and output)
This commit is contained in:
parent
067f5f2a94
commit
bf4af75707
@ -1680,6 +1680,14 @@ pdftotext example.pdf example.txt
|
||||
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
|
||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user