Find and Replace (FNR)

Find and Replace (FNR)

Find and replace text in multiple files. It can quickly search through large numbers of files and also find the information using regular expressions specifying the form of what you want, instead of literal text.

Category
File System
License
MIT
Platforms
Windows
Released
2013
Path
c:\fnr\fnr.exe
Benefits
Has a GUI-mode that exposes all options and can generate the command.
Version
Latest known: 1.8.1 (2018-06-22)

Examples

1. Finds credit card-like values in log files and replace with (REDACTED)". Optionally changes the file date.

fnr.exe --cl --dir "d:\logs" --fileMask "*.log" --useRegEx  --KeepModifiedDate --find "\b(?:\d[\s-]*?){12,16}\b" --replace "(REDACTED)"

Try it

Agree to terms to run demos.