Skip to content

fawtytoo/Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Search

Command line based for searching text files.

Inspiration

Originally designed as a programming aid to search multiple files for text criteria and display the results in a clean, simple way. There are other programs that can provide similar results but this aims to be simple to use, much more specific in its task and give a clean output.

Usage

search FILE -for TEXT

search FILE -for:word int main

Multiple FILE's can be specified as well as multiple TEXT. Several filters are available to narrow down the results:

  • case Allows case sensitive searches
  • word Searches for whole words rather than parts of words
  • stats Only the file and line counts are displayed

All text criteria will use the same filters.

About

Command line based for searching text files

Topics

Resources

License

Stars

Watchers

Forks

Contributors