mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
add screen
This commit is contained in:
parent
ca650f4463
commit
30eb530c08
@ -2456,12 +2456,17 @@ or
|
||||
tmux kill-session -t foo
|
||||
```
|
||||
scroll:
|
||||
screeen
|
||||
Hit your screen prefix combination (C-a / control+A), then hit Escape.
|
||||
Move up/down with the arrow keys (↑ and ↓).
|
||||
|
||||
Redirect output of an already running process in screen:
|
||||
(C-a / control+A), then hit 'H'
|
||||
|
||||
store screen output for screen:
|
||||
Ctrl+A, Shift+H
|
||||
You will then find a screen.log file under current directory.
|
||||
|
||||
Send command to all panes in tmux:
|
||||
```bash
|
||||
Ctrl-B
|
||||
|
Loading…
Reference in New Issue
Block a user