1 2 3 4 5 6
# Replace In File A little program for replacing words in a file. # Usage `rep [WordToReplace] [WordToReplaceWith] Filename` # Installation `cargo install ReplaceInFile`