update repository
[cmdllinux.git] / bash_n_examples / bash / sed / regex.sh
blob39167591d1c154e78cac676666ff3f0f3278ec7c
1 #replace to regex
2 # GREP=`echo "$PKG" | sed 's/[-_]/\[ _-\]\\\+/g'`
3 # GREP=`echo "$PKG" | sed 's/[-_]/\[ _-\]*/g'`