.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8. .TH NIMGREP "1" "February 2019" "nimgrep 0.19.4-1" "User Commands" .SH NAME nimgrep \- Nimgrep .SH DESCRIPTION nimgrep \- Nim Grep Utility Version 1.2 .IP (c) 2012 Andreas Rumpf .SS "Usage:" .IP nimgrep [options] [pattern] [replacement] (file/directory)* .SH OPTIONS .TP \fB\-\-find\fR, \fB\-f\fR find the pattern (default) .TP \fB\-\-replace\fR, \fB\-r\fR replace the pattern .TP \fB\-\-peg\fR pattern is a peg .TP \fB\-\-re\fR pattern is a regular expression (default); extended syntax for the regular expression is always turned on .TP \fB\-\-recursive\fR process directories recursively .TP \fB\-\-confirm\fR confirm each occurrence/replacement; there is a chance to abort any time without touching the file .TP \fB\-\-stdin\fR read pattern from stdin (to avoid the shell's confusing quoting rules) .TP \fB\-\-word\fR, \fB\-w\fR the match should have word boundaries (buggy for pegs!) .TP \fB\-\-ignoreCase\fR, \fB\-i\fR be case insensitive .TP \fB\-\-ignoreStyle\fR, \fB\-y\fR be style insensitive .TP \fB\-\-ext\fR:EX1|EX2|... only search the files with the given extension(s) .TP \fB\-\-nocolor\fR output will be given without any colours. .TP \fB\-\-oneline\fR show file on each matched line .TP \fB\-\-verbose\fR be verbose: list every processed file .TP \fB\-\-filenames\fR find the pattern in the filenames, not in the contents of the file .TP \fB\-\-help\fR, \fB\-h\fR shows this help .TP \fB\-\-version\fR, \fB\-v\fR shows the version .SH "REPORTING BUGS" https://github.com/nim-lang/Nim/issues .SH "SEE ALSO" The nim-doc package.