In this short article, I will show you a simple but useful command-line trick: how to view output of a command on the screen and also write to a file in Linux.| How to Save Command Output to a File in Linux
This article aims at a deep insight into the Linux ‘sort‘ command with 14 useful practical examples showing you how to use the sort command in Linux.| 14 Useful Examples of ‘Sort’ Command in Linux – Part 1
The gzip command uses a deflate algorithm which is a lossless data compression that creates smaller file sizes to make file transfer much faster in Linux.| 13 Practical Examples of Using the Gzip Command in Linux
cat command allows us to create single or multiple files, view the contents of a file, concatenate files, and redirect output in a terminal or files.| How to Use the Cat Command in Linux [22 Useful Examples]
In this easy-to-follow guide, we will discuss how to create a file in Linux from the command line using echo, touch, tee, cat, and redirection operators.| How To Create A File In Linux: Echo, Touch, Tee and Cat Commands
The “man” command is an interface to access the system’s reference manuals, also known as "man pages” which contain documentation for individual commands.| How to Use Man Pages Efficiently in Linux