In this article we will review sed, the well-known stream editor, and share 15 tips to use it in order to accomplish the goals mentioned earlier, and more.| 15 Useful ‘sed’ Command Tips and Tricks for Linux SysAdmins
Remembering Linux commands and their usage is not easy for new Linux users. In this article, we will share 6 command-line tools for remembering Linux commands.| 6 Useful Tools to Remember Linux Commands Forever
wc (short for word count) is a command line tool to find out the number of lines, words, characters, and bytes in one or more text files in Linux.| 6 Wc Command to Count Number of Lines, Words, and Characters in File
In Linux, we can use the uniq command that comes in handy when we want to list or remove duplicate lines that present adjacently in a file.| 8 Uniq Command Examples [Remove Duplicate Lines in Linux]
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
In this article, we will learn practical examples of the cut command with text filtering based on the byte position, character position, and delimiter.| 8 Cut Command Examples [Cut Sections of Line in File]
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]
The Linux Find Command is one of the most important and frequently used command command-line utilities to search and locate the list of files and directories.| 35 Practical Examples of Linux Find Command
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