10 Best Linux Command-Line Tools

Introduction

The Linux command-line is a powerful tool for managing and automating tasks. It can be intimidating for beginners, but with the right tools, it can be a powerful and efficient way to get things done. In this article, we will look at 10 of the best Linux command-line tools that can help you get the most out of your Linux system. From system monitoring to file management, these tools will help you get the job done quickly and efficiently. So, let’s get started!

10 Best Linux Command-Line Tools

1. grep: grep is a powerful command-line tool that allows you to search for text strings within files.

2. awk: awk is a powerful scripting language for manipulating text and data.

3. sed: sed is a stream editor for filtering and transforming text.

4. tar: tar is a command-line tool for creating and manipulating archives.

5. find: find is a command-line tool for searching for files and directories.

6. ssh: ssh is a secure shell client for connecting to remote systems.

7. rsync: rsync is a command-line tool for synchronizing files and directories between systems.

8. wget: wget is a command-line tool for downloading files from the web.

9. curl: curl is a command-line tool for transferring data with URL syntax.

10. screen: screen is a terminal multiplexer for creating and managing multiple terminal sessions.
[ad_1]

In this article, we will share a few command-line programs that you can use in a Linux terminal. By the end of this article, you will learn about some free, open-source, and exciting, text-based tools to help you do more with boredom on the command line.

You can use your default package manager to install these command-line programs in your Linux system.

$ sudo apt install program-name      [On Debian, Ubuntu and Mint]
$ sudo yum install program-name      [On RHEL/CentOS/Fedora and Rocky/AlmaLinux]
$ sudo emerge -a program-name        [On Gentoo Linux]
$ sudo apk add program-name          [On Alpine Linux]
$ sudo pacman -S program-name        [On Arch Linux]
$ sudo zypper install program-name   [On OpenSUSE]    

1. Wikit – Show Wikipedia Summaries

Wikit is a command line utility to search Wikipedia in Linux. It basically displays Wikipedia summaries from the command line.

Once you have it installed, simply provide the search term as an argument (for example wikit linux).

$ wikit linux
Wikipedia Command Line View
Wikipedia Command Line View

2. Googler – Google from the Linux Terminal

Googler is a full-featured Python-based command line tool for accessing Google (Web & News) and Google Site Search within the Linux terminal. It is fast and clean with custom colors and no ads, stray URLs, or clutter included. It supports navigation of search result pages from omniprompt.

In addition, it supports fetching the number of results in a go, users can start at the nth result, and support the limiting of search by attributes such as duration, country/domain specific search (default: .com), and language preference.

Google Search from Linux Terminal
Google Search from Linux Terminal

3. Browsh – Text-based Linux Browser

Browsh is a small, modern text-based browser that plays videos and renders anything that a modern browser can, in TTY terminal environments.

It supports HTML5, CSS3, JS, video as well as WebGL. It is a bandwidth-saver, designed to run on a remote server and accessed via SSH/Mosh or the in-browser HTML service so as to notably reduce bandwidth.

It is practically useful when you don’t have a good Internet connection.

Browsh Web Browsing
Browsh Web Browsing

4. Lolcat – Show Rainbow of Colors

Lolcat is a command-line program to output a rainbow of colors in the Linux terminal. It concatenates the output of a command in a similar way as the cat command and adds rainbow coloring to the final output.

To use lolcat, simply pipe the output of any command to lolcat.

Cowsay with Lolcat
Cowsay with Lolcat

5. Boxes – Draw ASCII Art Boxes

Boxes is a configurable program and text filter which can draw ASCII art boxes around its input text in a Linux terminal. It comes with a number of pre-configured box designs in an example config file. It comes with several command-line options and supports regular expression substitutions on an input text.

You can use it to: draws ASCII art boxes and shapes, generate regional comments in source code, and more.

Boxes - Draw ASCII Art in Terminal
Boxes – Draw ASCII Art in Terminal

6. Figlet and Toilet – Create ASCII Text Banners

FIGlet is a useful command-line utility for creating ASCII text banners or large letters out of the ordinary text. Toilet is a sub-command under figlet for creating colorful large characters from ordinary text.

Figlet - Create ASCII Text Banners in Terminal
Figlet – Create ASCII Text Banners in the Terminal

7. Trash-cli – Trashcan for Terminal

Trash-cli is a program that trashes files recording the original path, deletion date, and permissions. It is an interface to the freedesktop.org trashcan.

Manage ‘Trash’ from Linux Command Line
Manage ‘Trash’ from Linux Command Line
Trash-cli – A Trashcan Tool
Trash-cli – A Trashcan Tool

8. No More Secrets – Show Data Decryption Screen

No More Secrets is a text-based program that recreates the famous data decryption effect seen in the 1992 movie Sneakers. It provides a command-line utility called nms, that you can use in a similar way as lolcat – simply pipe the out of another command to nms, and see the magic.

No More Secrets - Recreates Data Decryption Effect
No More Secrets – Recreates Data Decryption Effect

9. Chafa – Terminal Graphics

Chafa is another cool, fast, and highly configurable terminal program that provides terminal graphics for the 21st century.

It works with most modern and classic terminals and terminal emulators. It converts all types of images (including animated GIFs), into ANSI/Unicode character output that can be displayed in a terminal.

Chafa supports alpha transparency and multiple color modes (including Truecolor, 256-color, 16-color, and simple FG/BG.) and color spaces, combining selectable ranges of Unicode characters to produce the desired output.

It is suitable for terminal graphics, ANSI art composition as well as even black and white print.

Chafa - Converts to ANSI Unicode Character
Chafa – Converts to ANSI Unicode Character

10. CMatrix – “The Matrix” Screensaver

CMatrix is a simple command-line utility that shows a scrolling ‘Matrix-like screen in a Linux terminal.

It displays random text flying in and out in a terminal, in a similar way as seen in the popular Sci-fi movie “The Matrix“. It can scroll lines all at the same rate or asynchronously and at a user-defined speed. One downside of Cmatrix is that it is very CPU intensive.

The Matrix in Linux Terminal
The Matrix in Linux Terminal

Here you have seen a few cool command-line tools, but there is plenty more to explore. If you want to know more about such cool or funny Linux command-line tools, you can check out our guides here:

That’s all! Do you spend a lot of time on the command line? What are some of the cool command-line tools or utilities you use on the terminal? Let us know via the feedback form below.

If You Appreciate What We Do Here On Jassweb, You Should Consider:

Jassweb is the fastest growing and most trusted community site for any kind of Linux Articles, Guides and Books on the web. Millions of people visit Jassweb! to search or browse the thousands of published articles available FREELY to all.

If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.

Support Us

We are thankful for your never ending support.

[ad_2]

10 Best Linux Command-Line Tools

The Linux command-line is a powerful tool for managing and automating tasks. It can be used to perform a wide range of tasks, from simple file management to complex system administration. Here are 10 of the best Linux command-line tools that can help you get the most out of your Linux system.

1. Bash

Bash is the default shell for most Linux distributions. It is a powerful command-line interpreter that can be used to automate tasks, create scripts, and manage system resources. Bash is a great tool for system administrators and developers alike.

2. grep

Grep is a powerful command-line tool for searching files and directories. It can be used to search for specific patterns in text files, or to search for files that contain a certain string. Grep is an essential tool for system administrators and developers.

3. sed

Sed is a powerful command-line tool for editing text files. It can be used to search and replace text, delete lines, and perform other text manipulation tasks. Sed is a great tool for system administrators and developers.

4. awk

Awk is a powerful command-line tool for processing text files. It can be used to search and manipulate text, extract data from files, and perform other text processing tasks. Awk is a great tool for system administrators and developers.

5. find

Find is a command-line tool for searching for files and directories. It can be used to search for files by name, size, type, and other criteria. Find is an essential tool for system administrators and developers.

6. tar

Tar is a command-line tool for creating and extracting archives. It can be used to compress and decompress files, and to create and extract archives. Tar is a great tool for system administrators and developers.

7. ssh

SSH is a command-line tool for securely connecting to remote systems. It can be used to securely connect to remote systems, transfer files, and execute commands. SSH is an essential tool for system administrators and developers.

8. rsync

Rsync is a command-line tool for synchronizing files and directories. It can be used to synchronize files between two systems, or to backup files to a remote system. Rsync is a great tool for system administrators and developers.

9. wget

Wget is a command-line tool for downloading files from the internet. It can be used to download files from FTP and HTTP servers, and to mirror entire websites. Wget is a great tool for system administrators and developers.

10. screen

Screen is a command-line tool for managing multiple terminal sessions. It can be used to run multiple programs in the same terminal window, and to switch between them. Screen is a great tool for system administrators and developers.

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

GSTIN is 03EGRPS4248R1ZD.

Contact
Jassweb, Rai Chak, Punjab, India. 143518
Item added to cart.
0 items - 0.00