A command line utility to go through a text file and delete and lines that do not contain the criteria you enter. This is designed so you can use it as a tool in a text editor or called from a batch file. You could use it to scrub a generated report for instance. Maybe all you need are lines that contain $ in them, well you could use this to remove all the lines that do not have a $ in them. I have seen this as a problem on more than one forum so I wrote this utility to fix it.
Features
- Can be called from a batch or script file
- Removes all lines that do not contain your criteria
- backup option
- Free
- regular expression support
License
GNU General Public License version 3.0 (GPLv3)
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Delete Lines Without Utility!