Memcached – meaning of + '[' ']' in bash -ex output
What does '[' ']' indicate in this output? $ bash -ex ~/bin/client_services + : starting daemons reqd. for clients ++ ps aux ++ grep -q memcached + '[' ']' My source file is: if [ `ps aux | grep -q…