Last active
October 14, 2019 18:51
-
-
Save cnmoro/19979dddad7450cad55c42896a696f7e to your computer and use it in GitHub Desktop.
Linux Tmux Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Create | |
tmux new -s NAME_OF_TERMINAL | |
#Detach | |
$tmux> tmux detach | |
#Send command | |
tmux send -t NAME_OF_TERMINAL 'command here' C-m | |
#Kill | |
tmux kill-session -t NAME_OF_TERMINAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment