Thanks for both answers this seems to be what I need if pgrep "tmux" > /dev/null ; then echo "Running" ; else echo "Stopped" ; fi
Best regards David Rayner