Agedu is an open source tool (much like du command) that helps system administrators to track down wasted disk space used by old files and delete them to free up space.| Agedu – A Useful Tool for Tracking Down Wasted Disk Space in Linux
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
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
Learn the fundamentals of I/O redirection in Linux, that enables you to redirect the input/output of commands from and/or to files, or join multiple commands together using pipes.| Learn The Basics of How Linux I/O (Input/Output) Redirection Works
In this article, we will introduce you a list of most frequently used Linux commands with their examples for easy learning.| A – Z Linux Commands – Overview with 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
In this article, we will cover some useful practical examples of Linux touch commands. whichis used to create, change and modify the timestamps of a file.| 8 Practical Examples of Linux “Touch” Command