Re: Scripting Help.

2013-11-03 Thread Nicholas Marriott
You need to either send the cd to the pane with send-keys or run latest tmux and use splitw -c. Original message From: steven_wri...@mcafee.com Date: 01/11/2013 13:13 (GMT+00:00) To: tmux-us...@lists.sf.net Subject: Scripting Help. Hello, Hopefully this is the correct

Scripting Help.

2013-11-03 Thread Steven_Wright
Hello, Hopefully this is the correct forum for this question, if not please accept my apology. I am trying to write a bash script to: * Start tmux and create a window * Split the window into 4 panes * In each pane 'cd' to the specified directory and list files Everythi