MAnipulate Pipe
change pipe input via regex or as literal string
a better version of this program is
todo: add easy examples
search all rust files in the current directory with
extract the file names from the search results
Usage: map [OPTIONS] [OLD_PATTERN] [NEW_PATTERN] [COMMAND]
Commands:
log, -L, --log Show content of the log file
syntax, -S, --syntax Show regex syntax information
help Print this message or the help of the given subcommand(s)
Arguments:
[OLD_PATTERN] [NEW_PATTERN] Replace a pattern with a new one
Options:
-n, --num <NUMBER> Replaces first N matches of a pattern with another string
-s, --string Treat the pattern as a literal string
-h, --help Print help (see more with '--help')
-V, --version Print version
Usage: map [OPTIONS] [OLD_PATTERN] [NEW_PATTERN] [COMMAND]
Commands:
log, -L, --log Show content of the log file
syntax, -S, --syntax Show regex syntax information
help Print this message or the help of the given subcommand(s)
Arguments:
[OLD_PATTERN] [NEW_PATTERN]
Replace a pattern with a new one
Options:
-n, --num <NUMBER>
Replaces first N matches of a pattern with another string
-s, --string
Treat the pattern as a literal string
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version