2024/03/05 更新于 2024/03/05 tmux 分类:运维部署 #Tmux#Linux#运维#DEV 在后台启动tmux tmux new -d -s name 给tmux输入发送指令 tmux send-keys -t name:0 "echo hello" C-m