News

The setup: I have a directory. In this directory is a series of subdirectories. In each subdirectory are four or five text files. The files are all named identically from directory to directory; i ...
Linux includes some useful commands for counting when it comes to text files. This post examines some of the options for counting lines and words and making changes that might help you see what ...
This article is about text processing in Rust, but it also contains a quick introduction to pattern matching, which can be very handy when working with text. Strings are a huge subject in Rust, which ...
The essential command for searching for strings on the Linux command line is 'grep'. However, the weakness of grep is that it cannot search for character strings in video files and PDF files ...