Skip to content

javafxprogrammer/text_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

text_search

Searches for text in files in a given directory and a substring
Recursively traverses the directory and its sub-directories to find the file.
Prints the file name, file contents & number on which the text is found.
Will need to optimize the code to run on a large directory & only print line on which text is found & not entire file contents.
Works with .txt & .sql files but can be modified to work with any file.

About

Searches for text in files in a given director and a substring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages