rust-gsub

rust-gsub is the substitude text program.

Features

rust-gsub is the substitude text by regex.

command: `rust-gsub` -H

Quick install

-1. you can install this into cargo bin path:

cargo install rust-gsub

-2. you can build debian package:

cargo deb and install .deb into your local repository of debian package.

Examples

cat text-file | rust-gsub -e "^name: *(.*)$" -f "\$1"