In this brief ls command guide, we will look at how to sort the output of ls command by last modification date and time in Linux.| How to Sort Output of ‘ls’ Command By Last Modified Date and Time
In this short article, we will help you learn how to send a message to all or a specific logged on user, on the terminal in Linux using wall and write commands.| How to Send a Message to Logged Users in Linux Terminal
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
In this article, we will explain two important Linux tricks that used to only find recent files or today’s modified files with the help of ls and find commands.| How to Find Recent or Today’s Modified Files in Linux
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
The listing command in UNIX and UNIX like operating System 'ls' is one of the most basic and widely used utility in command-line.| 15 Interview Questions on Linux “ls” Command – Part 1
The easiest way to determine the type of a file is usually looking at its extensions. What if a file doesn’t have an extension, how can you determine its type?| How to Find Out File Types 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
In this article we will share a trick to find out, which Linux running processes are consuming lots of Memory (RAM) and CPU utilization in descendant form.| Find Top Running Processes by Highest Memory and CPU Usage in Linux
Linux ls command is one of the most basic yet most widely used command. Here is the compiled list of 7 tricky ls commands every Linux user need to know.| 7 Quirky ‘ls’ Command Tricks Every Linux User Should Know
In this article, you will learn what is alias, the configuration files involved with the alias, and different ways to set up the alias locally and globally.| Different Ways to Create and Use Bash Aliases in Linux
In this article, we will present a number of useful ls command options to list all of the files in a certain directory and sort them by file size in Linux.| How to List All Files Ordered by Size in Linux
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
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