标签: regex bash
我有一个包含以下行的bash脚本:
if ! echo $PATH | /bin/egrep -q "(^|:)$1($|:)" ; then
“(^ |:)$ 1($ | :)”是什么意思?