Skip to content

luarush/FileSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File Search

A simple Java program that recursively searches through directories and text files to find a user-specified word.
It prints both the file path and the line(s) containing the word.


Features

  • Search for a word inside all .txt files within a given directory.
  • Recursively searches through subdirectories.
  • Prints the absolute file path and the matching line of text.
  • Works with command-line arguments or standard input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages