tmux send command whereas new-window -
i have created session
tmux new-session -d -s session
and now, want create window inside session, @ same time want send command. in several sites saw need make this
tmux new-window -t $session:1 -n 'mysql' 'ls -1'
but doesnot work tmux 1.8 in ubuntu
Comments
Post a Comment