Skip to content

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.

Notifications You must be signed in to change notification settings

MedAmine-01/Rust_find_and_replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published