| –cl |
Required to run on command line. |
| –find |
Required. Text to find. |
| –replace |
Replacement text. If not specified only find operation is performed. |
| –useRegEx |
Use regular expressions in ‘find’ parameter. |
| –useEscapeChars |
Use escape chars like ‘\n’ in ‘find’ and ‘replace’ parameters. |
| –caseSensitive |
Case Sensitive. |
| –dir |
Required. Directory path. |
| –includeSubDirectories |
Include files in SubDirectories. |
| –fileMask |
Required. File mask or multiple file masks separated by comma. |
| –excludeFileMask |
File masks to exclude. If multiple - separate by comma |
| –help |
Dispaly help screen. |
| –showEncoding |
Displays detected encoding for each file with matches. |
| –silent |
Supress the command window output. |
| –logFile |
Path to log file where to save command output. |
| –skipBinaryFileDetection |
Ignore detection of binary files. |
| –alwaysUseEncoding |
Skip encoding detection and always use specified encoding. |
| –defaultEncodingIfNotDetected |
If encoding is not detected in some very rare cases, use this one. |
| –includeFilesWithoutMatches |
Include files without matches in results. |
| –setErrorLevelIfAnyFileErrors |
Return ErrorLevel 2 if any files have read/write errors. |