While many Linux users are familiar with popular commands, there are lesser-known but handy commands that can simplify and improve productivity.| 51 Useful Lesser Known Commands for Linux Users
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
This article explores various aspects of the 'sort' command, including sorting by alphabetical order, numerical and date-based sorting, and custom delimiters.| 7 Interesting ‘sort’ Command Examples in Linux – Part 2
In this article, we will see how to create, copy, move, and delete filenames that start with spaces and special characters (say #, *, &, =, etc.) in Linux.| The Ultimate Guide to Handling Filenames with Special Characters 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 post, we will see how we can use the history command effectively to extract the commands that were executed by users in the Bash shell.| The Power of Linux “History Command” in Bash Shell
The /proc file system serves as an interface to kernel data structures and runtime information, which provides detailed information about processes in Linux.| How to Use /proc File System to Monitor Linux System
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 rename command is used to rename multiple files, convert filenames to lowercase and uppercase, and perform file renaming using Perl expressions.| Rename – A Command Line Tool For Renaming Multiple Files in Linux
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
In this article, we will show how to create your own alias and execute frequently used commands without having to type each command again and again.| How to Create and Use Alias Command in Linux