Tmux and redirecting to /dev/null

2014-02-21 Thread Trevor Suarez
I've been using Tmux 1.6 (release 3 from EPEL) on CentOS 6.4 for a while now, and I've been trying to simply check if a named session is open from a bash script... unfortunately, `tmux has-session` will output to stderr if none is found. Any attempts to silence the output from stderr seem to comple

Re: Tmux and redirecting to /dev/null

2014-02-22 Thread Trevor Suarez
gt; Before starting tmux. Or use 1.9 which does this automatically. > > > > ---- Original message > From: Trevor Suarez > Date: 19/02/2014 15:47 (GMT+00:00) > To: tmux-users@lists.sourceforge.net > Subject: Tmux and redirecting to /dev/null > > > I've

Re: Tmux and redirecting to /dev/null

2014-02-22 Thread Trevor Suarez
ore starting tmux. Or use 1.9 which does this automatically. > > > > ---- Original message > From: Trevor Suarez > Date: 19/02/2014 15:47 (GMT+00:00) > To: tmux-users@lists.sourceforge.net > Subject: Tmux and redirecting to /dev/null > > > I've