Name: | nodejs-replace |
---|---|
Version: | 0.3.0 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 13824 |
License: | MIT |
RPM: | nodejs-replace-0.3.0-2.el7.noarch.rpm |
Source RPM: | nodejs-replace-0.3.0-2.el7.src.rpm |
Build Date: | Wed Nov 15 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/harthur/replace |
Summary: | Command line search and replace utility using Nodejs |
Description: | replace is a command line utility for performing search-and-replace on files. It's similar to sed but there are a few differences: * Modifies files when matches are found * Recursive search on directories with -r * Uses JavaScript syntax for regular expressions and replacement strings. |