Learn the fundamentals of sorting and de-duplicating text on the command line. If you've been using the command line for a long time, it's easy to take the commands you use every day for granted. But, ...
Linux provides a lot of handy commands for manipulating text files. This post explains how to use a collection of them. Whenever you need to work with lists that are stored as text files on Linux – ...
The ps command makes it fairly easy to sort its output by any column of data. In fact, you can sort it in the normal or reverse order. In this post, I'll present the --sort option and show how to use ...