10 tr Command Examples in Linux
tr (short for translate) is a useful command line utility that translates and/or deletes characters from stdin input and writes
Linux Commands for Linux Beginners
tr (short for translate) is a useful command line utility that translates and/or deletes characters from stdin input and writes
The root account is the ultimate account on a Linux and other Unix-like operating systems. This account has access to
In one of our previous articles, we explained how to find out top directories and files consuming the most disk
In this article, we will show how to run commands on multiple Linux servers at the same time. We will
One of the most important and useful feature added to YUM Package Manager (from version 3.2.25) is the ‘yum history’
The easiest way to determine the type of a file on any operating system is usually to look at its
Normally, removing a package using YUM package management system will remove that package together with its dependencies. However, certain dependencies
dpkg-reconfigure is a powerful command line tool used to reconfigure an already installed package. It is one of the several
One of the greatest features of Bash is the command history, which stores all commands a user runs, in a
Searching or finding files on a Linux system from the terminal can be a little of a challenge especially for
Wget is a popular, non-interactive and widely used network downloader which supports protocols such as HTTP, HTTPS, and FTP, and
A JAR (Java ARchive) is platform-independent file format used to aggregate many Java class files and associated metadata and resources