Linux funny commands

Linux funny commands

Today, we will explore some interesting and funny command of Linux.

1.sl command :

You might be aware of command ‘ls‘ the list command, which is used frequently to view the contents of a folder but because of miss-typing sometimes you would result in ‘sl‘, how about getting a little fun in the terminal and not “command not found“

first you have to install it.

#install sl:

#yum install sl

Syntax: sl

No alt text provided for this image

2.cowsay command:

An ASCII cow in the terminal will say whatever you want.

#install cowsay:

#yum install cowsay

Suntax: cowsay "Hello world"

No alt text provided for this image

3. rev command

No alt text provided for this image

4.figlet -f block “fun command”

No alt text provided for this image

5.Yes Command:

No alt text provided for this image


#t

I hope this article will be useful for you.

Thank you 😊


To view or add a comment, sign in

More articles by vicky Baghel

  • Creating Art or image using Arrays and Numpy

    In this articles , we will see how to create an image by yourself using the numpy array using Opencv. So first we have…

    2 Comments
  • Detect the face of live video Streaming and blur the face Using OpenCV

    In this article we see how can we detect the face of live video streaming and blur the detect face help of open cv…

    2 Comments
  • Implement the concept of template in python

    In this article we see how can we implement the template concept in python. In python String Template is a class in…

    1 Comment
  • Do While Loop in Python

    In this article we discuss how we implement the concept of do while loop condition in python. What is do while loop? Do…

    2 Comments
  • Docker container with Machine learning

    In this article, we will discuss docker and dockerfile , machine learning and also the key words of dockerfile after we…

  • Cropping ,Swapping, images with python and Opencv

    In this article , we see how to crop the images and swap tow with opencv. In this task , we use some libraries of…

  • RUN GUI APPICATION INSIDE DOCKER CONTAINER

    In this article, we will see how can we run GUI application inside a docker container. Because when we launch a docker…

  • Combine two images with python and OpenCV

    In this article, we see how to combine two images into a single image. In this task , I have used some libraries of…

  • Date command in Linux

    1.maual command:- The manual command displays the all option of date command.

    4 Comments

Explore content categories