This Rust-based CLI tool allows you to search for a specific word or phrase in an input file and replace it with a different word or phrase. The modified content is then saved to an output file.
- you can simply use this command
cargo run "phrase or word to find" "replacement" input_file.txt output_file.txt