Fun Commands in Linux!

Fun Commands in Linux!

Is Linux fun to use?

~Linux?is fun!?Huh. OK, so you don’t believe me. Mind me at the end of this article you will have to believe that?Linux?is a fun box.

Command 1: date | cowsay

>> Cowsay is a?command that can either receive a string or can have output from another command piped to it. It then takes the text input and prints it out in an ASCII art speech bubble that is being said by a, you guessed it, an ASCII art cow.

>> Here I have used pipeline instruction (" | ") and it is used where the output of one command needs to be the input of another command. In the above command, the output of the date command is stored as input of cowsay and it runs the cowsay command graphically.

Command: yum install cowsay

No alt text provided for this image

Command: yum install sl

No alt text provided for this image

Command: sl

No alt text provided for this image

Command: factor

No alt text provided for this image

Command: yes I am (name)

No alt text provided for this image

Command: rev

No alt text provided for this image

Command: cowsay -f kiss "Linux"

No alt text provided for this image

Command: cal | cowsay

No alt text provided for this image

Command: figlet

No alt text provided for this image



要查看或添加评论,请登录

Nitesh Gupta的更多文章

  • How to Read Ram Data?

    How to Read Ram Data?

    In this article, I will show you how to read whole ram data, but before we should have a very valid use case to read…

  • Various options on eSpeak-NG

    Various options on eSpeak-NG

    What is Espeak in Linux? eSpeak is a command-line tool for Linux that converts text to speech. This is a compact speech…

  • Various options for Zenity

    Various options for Zenity

    Zenity is a program that will display GTK+ dialogs, and return (either in the return code or on the standard output)…

  • Cyber Crime — Confusion Matrix

    Cyber Crime — Confusion Matrix

    Hello Connections?? Completed Task-5 Task Description ?? ?? Create a blog/article/video about cyber crime cases where…

  • GUI on Docker Container.

    GUI on Docker Container.

    GUI on Docker Container.

  • ML_on_Docker_1

    ML_on_Docker_1

    Pulling docker image centos:latest docker run -it --name nitesh_task_1 centos installing python on top of container…

社区洞察

其他会员也浏览了