On Sun, Apr 7, 2013 at 4:48 AM, Torsten Bögershausen <tboegi@xxxxxx> wrote: > Using grep "devel\s\+3:" to find at least one whitspace s/whitspace/whitespace/ > is not portable on all grep versions: > Not all grep versions understand "\s" as a "whitespace". > > Use a literal TAB followed by SPACE like this [ ] instead. > The + as a qualifier for "one or more" is not a basic regular expression: > use egrep instead of grep. > > Signed-off-by: Torsten Bögershausen <tboegi@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html