Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 464 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 464 Bytes

find-N-copy V1.0

A very simple program that I have created that copies all lines containing keyword. Will add to its usefulness as I see fit.

How To Use

  • Download find-N-copy

Current Functionality

  • Copies all lines containing keyword and adds lines onto a new file.

Requirements

  • Node 8
  • Git
  • text file

Roadmap:

  • Add functionality to remove lines containing keyword from file.
  • Add functionality to make make all text in file lowercase.