# replace **Repository Path**: james-wangx/replace ## Basic Information - **Project Name**: replace - **Description**: Replace a string in file or directory - **Primary Language**: Rust - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-16 - **Last Updated**: 2023-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # replace ![](https://img.shields.io/github/license/james-wangx/replace) ![](https://img.shields.io/github/workflow/status/james-wangx/replace/Rust) ![](https://img.shields.io/github/languages/code-size/james-wangx/replace) Replace a string in file or directory ## Usage ```bash ➜ ~ replace --help replace 0.1.0 USAGE: replace ARGS: The target file or directory The string to be replace The result string, after replace OPTIONS: -h, --help Print help information -V, --version Print version information ```