kuhy / file-regex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file-regex

USAGE:
  file-regex <pattern> <path>

This simple application takes two arguments — regular expression and path to a file. The application then returns zero (signifying success) when a regular expression matches the content of the file. I implemented this tool in Rust, because Rust has support for matching bytes using regular expressions.

About

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%