I have 3 commands,
command1  #writes something to stdout and exit
command2  #writes something to stdout and exit
command3  #similar to tail -f its keep updating

I typically, do

ssh serverA
watch -n 5 command1
split window

ssh serverA
watch -n 5 command2

split window
ssh serverA
command3


I would like to bind all this to '>' . What is the proper way to do such a
command sequence?





-- 
--- Get your facts first, then you can distort them as you please.--
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to