mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
run-shell command to run a shell command without opening a window, sending
stdout to output mode.
This commit is contained in:
9
tmux.1
9
tmux.1
@ -1959,6 +1959,15 @@ returns success.
|
||||
.It Ic lock-server
|
||||
.D1 (alias: Ic lock )
|
||||
Lock the server until a password is entered.
|
||||
.It Ic run-shell Ar command
|
||||
.D1 (alias: Ic run )
|
||||
Execute
|
||||
.Ar command
|
||||
without creating a window.
|
||||
Any output to stdout is displayed in output mode.
|
||||
If
|
||||
.Ar command
|
||||
doesn't return success, the exit status is also displayed.
|
||||
.It Ic server-info
|
||||
.D1 (alias: Ic info )
|
||||
Show server information and terminal details.
|
||||
|
Reference in New Issue
Block a user