Introduction to JSON Parsing JSON (JavaScript Object Notation) is a lightweight data interchange format that’s easy … Efficient JSON Parsing on Unix Systems: Tools and TechniquesRead more
grep
Counting Lines in Text Files from the Command Line
Counting Lines in Text Files from the Command Line Often, when working with text files – … Counting Lines in Text Files from the Command LineRead more
Filtering Lines from a Text File
Filtering Lines from a Text File Often, you’ll need to process text files and remove lines … Filtering Lines from a Text FileRead more
Matching Lines That Do Not Contain a Specific Word with Regular Expressions
Matching Lines That Do Not Contain a Specific Word with Regular Expressions Regular expressions (regex) are … Matching Lines That Do Not Contain a Specific Word with Regular ExpressionsRead more
Searching for Text within Files on Linux
Searching for specific text within files is a common task in Linux, and there are several … Searching for Text within Files on LinuxRead more