alexstrout / ContentSearch

Simple java-based tool to search file contents.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContentSearch

A simple file content searcher.

Walks through files in a specified directory, looking for matching strings within the raw data.

Usage

javaw -jar ContentSearch.jar <-s> <-m> <-o file>

  • -s: Include Subdirectories
  • -m: Match Case
  • -o : Output File

About

Simple java-based tool to search file contents.

License:MIT License


Languages

Language:Java 100.0%