Skip to content

Instantly share code, notes, and snippets.

@cnmoro
Last active October 14, 2019 18:51
Show Gist options
  • Save cnmoro/19979dddad7450cad55c42896a696f7e to your computer and use it in GitHub Desktop.
Save cnmoro/19979dddad7450cad55c42896a696f7e to your computer and use it in GitHub Desktop.
Linux Tmux Commands
#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