git grep |
Expression régulière |
---|---|
Git |
Syntaxe
git grep [-a | --text] [-I] [--textconv] [-i | --ignore-case] [-w | --word-regexp]
[-v | --invert-match] [-h|-H] [--full-name]
[-E | --extended-regexp] [-G | --basic-regexp]
[-P | --perl-regexp]
[-F | --fixed-strings] [-n | --line-number] [--column]
[-l | --files-with-matches] [-L | --files-without-match]
[(-O | --open-files-in-pager) [pager]]
[-z | --null]
[ -o | --only-matching ] [-c | --count] [--all-match] [-q | --quiet]
[--max-depth depth] [--[no-]recursive]
[--color[=when] | --no-color]
[--break] [--heading] [-p | --show-function]
[-A post-context] [-B pre-context] [-C context]
[-W | --function-context]
[--threads num]
[-f |
Description
Cette commande permet d'afficher des lignes correspondant à un motif de recherche.
Dernière mise à jour : Mardi, le 5 Janvier 2021