mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-23 05:16:59 +00:00
add screen
This commit is contained in:
parent
ca650f4463
commit
30eb530c08
@ -2456,12 +2456,17 @@ or
|
|||||||
tmux kill-session -t foo
|
tmux kill-session -t foo
|
||||||
```
|
```
|
||||||
scroll:
|
scroll:
|
||||||
|
screeen
|
||||||
Hit your screen prefix combination (C-a / control+A), then hit Escape.
|
Hit your screen prefix combination (C-a / control+A), then hit Escape.
|
||||||
Move up/down with the arrow keys (↑ and ↓).
|
Move up/down with the arrow keys (↑ and ↓).
|
||||||
|
|
||||||
Redirect output of an already running process in screen:
|
Redirect output of an already running process in screen:
|
||||||
(C-a / control+A), then hit 'H'
|
(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:
|
Send command to all panes in tmux:
|
||||||
```bash
|
```bash
|
||||||
Ctrl-B
|
Ctrl-B
|
||||||
|
Loading…
Reference in New Issue
Block a user