Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 376 Bytes

Rust_find_and_replace

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.

How to use this program

  • you can simply use this command
  cargo run "phrase or word to find" "replacement" input_file.txt output_file.txt