Crates.io | replace |
lib.rs | replace |
version | 0.1.2 |
source | src |
created_at | 2020-07-18 23:32:39.600876 |
updated_at | 2020-07-19 06:53:24.113129 |
description | 替换文件中字符串 |
homepage | https://github.com/ptechen |
repository | https://github.com/ptechen/replace.git |
max_upload_size | |
id | 266704 |
size | 23,985 |
USAGE: replace [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
<ons> o:old n:new, example: 'new^^old' example: 'new^^old@@new1^^old1' rule example:
'new\s+new^^old@@new1^^old1'
<file> Input files to read, example: 'test.log test1.log'