Operations 3 min read

Explore Fun Linux Commands: sl, factor, rev, figlet, boxes, cowsay

This article introduces several entertaining Linux command‑line utilities—including sl, factor, rev, figlet/banner, boxes, and cowsay—explaining how to install each with yum, describing their functionality, and providing example outputs and screenshots.

Programmer DD
Programmer DD
Programmer DD
Explore Fun Linux Commands: sl, factor, rev, figlet, boxes, cowsay

sl command

You will see a steam locomotive animation when you run sl in the shell after installing it with yum install sl.

factor command

Factorizes numbers into prime factors.

[root@node1 ~]# factor 100
100: 2 2 5 5
[root@node1 ~]# factor 1024
1024: 2 2 2 2 2 2 2 2 2 2 2

rev command

Reverses the input string.

[root@node1 ~]# rev
[root@node1 ~]# rev 
沉舟侧畔千帆过,病树前头万木春
// output: 春木万头前树病,过帆千畔侧舟沉

figlet/banner command

Generates ASCII art text. Install with yum install figlet banner.

boxes command

Wraps text or code with various ASCII art boxes. Install with yum install boxes.

cowsay command

Displays a small ASCII animal that says a given message. Install with yum install cowsay.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

LinuxshellCommand-lineUtilitiesfun
Programmer DD
Written by

Programmer DD

A tinkering programmer and author of "Spring Cloud Microservices in Action"

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.