This short article will demonstrate how to display command output or a file contents in a much clear “columnated” format within Linux terminal.| Display Command Output or File Contents in Column Format
Searching or finding files on a Linux system can be a little of a challenge especially for newbies. However, there are several command line tools for locating files in Linux.| 5 Command Line Tools to Find Files Quickly in Linux
In this beginner-friendly guide, we will discuss some practical examples of the fgrep command to perform text search operations efficiently in Linux.| How to Use fgrep Command to Search for Strings in Linux
One of the renowned search tool on Unix-like systems which can be used to search for anything whether it be a file, or a line or multiple lines in file is grep utility.| What’s Difference Between Grep, Egrep and Fgrep in Linux?
Grep is the most powerful file pattern searcher that comes with every Linux distribution. In this article, I will cover some useful grep command examples.| 12 Practical Examples of Linux Grep Command