5 Command Line Tools to Find Files Quickly in Linux
Searching or finding files on a Linux system from the terminal can be a little of a challenge especially for
Linux Commands for Linux Beginners
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
bc (Basic Calculator) is a command line utility that offers everything you expect from a simple scientific or financial calculator.
Back in the mid-1990’s when the Internet was still in its infancy, a Swedish programmer named Daniel Stenberg started a
Browsh is an open-source, a simple and modern text-based browser that renders in TTY terminal environments. It is made up
Normally, files compressed using gzip can be restored to their original form using gzip -d or gunzip commands. What if
Xargs is a great command that reads streams of data from standard input, then generates and executes command lines; meaning
In our last article, we have explained how to use df (disk filesystem) utility to report file system disk space
fping is a small command line tool to send ICMP (Internet Control Message Protocol) echo request to network hosts, similar
In Linux, the passwd command is used to set or change user account passwords, while using this command sometimes users
whowatch is a simple, easy-to-use interactive who-like command line program for monitoring processes and users on a Linux system. It