lhunath 1216731357 learn Regular Expressions are used to *match* certain patterns of occurances in strings. There are several different "dialects" of regex syntax. Bash only supports EREs (using [[ string =~ pattern ]]). Sed uses BREs. Perl uses PCREs. (See !ere, !bre or !pcre) lhunath 1374688523 forget lhunath 1374688554 learn #redirect regex