Top "Grep" questions

grep is a command-line text-search utility originally written for Unix.

How to search (grep) across all files, in all branches, in all repos in Stash?

We have a private Atlassian Bitbucket Server (previously known as Stash) hosting our git repos. How can I search across …

git grep bitbucket-server
Textwrangler grep regexpression reference?

I am searching for a comprehensive table / list of regexpressions as used in Textwrangler. The manual is nice but it …

regex reference grep textwrangler
grep/regex can't find accented word

I'm trying mount a regex that get some words on a file where all letters of this word match with …

regex unicode grep cat non-ascii-characters
ack-grep: chars escaping

My goal is to find all "<?=" occurrences with ack. How can I do that? ack "<?=" Doesn't work. Please …

perl unix grep ack