How can I find my shell version using a Linux command?

sago

I would like to know about my shell version using a Linux command. I tried the following command, but it shows the type of the shell I am in.

Command:

echo $SHELL

Result:

/bin/bash
Muhammad Sumon Molla Selim

This will do it:

$SHELL --version

In my case, the output is:

zsh 5.0.2 (x86_64-pc-linux-gnu)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I find my awk version?

From Java

How can I find out the total physical memory (RAM) of my linux box suitable to be parsed by a shell script?

From Dev

How can I execute a shell command in my rvm enviroment?

From Dev

How can I install the util linux version of the column command in 18.04?

From Dev

How can i stop someone from spamming my console using the write command in linux

From Dev

How can I print contents instead of file name from using linux find command?

From Dev

How to find a package name and version by its library name and version using a shell command?

From Dev

How can I hide my IP from linux who command

From Dev

How can I tell what version of Linux I'm using?

From Dev

How can I find and break connections to my Linux via ssh?

From Dev

How can I find what is using cgroup version 1?

From Dev

How can I specify command line arguments using pipes in Linux?

From Dev

How can I determine the IP address I get from torify (tor) in shell command line (linux)?

From Dev

How can I find what network manager my installation is using?

From Dev

How to check OS and version using a Linux command

From Dev

How can I pipe a command into the meteor shell?

From Dev

How can I execute shell command with a | pipe in it

From Dev

How can I format output of shell command

From Dev

How can I open a shell with a command in python?

From Dev

Can I find the Windows Version using tideSDK?

From Dev

How can I bind my capslock key to a fish shell command, and disable its toggle-caps functionality?

From Dev

How can I bind my capslock key to a fish shell command, and disable its toggle-caps functionality?

From Dev

How can I write a Gruntfile with different shell command behaviour for OS X vs. Linux?

From Dev

How can I print R documentation from a Linux command shell (e.g. bash)?

From Dev

How can I export a recursive directory & file listing to a text file in Linux Bash shell with an SSH command?

From Dev

Any idea how i can use timeout command with condition in linux and shell script

From Dev

How can I export a recursive directory & file listing to a text file in Linux Bash shell with an SSH command?

From Dev

Is there a linux command to find out how many SSDs my laptop can support?

From Dev

Find command in linux bash shell

Related Related

  1. 1

    How can I find my awk version?

  2. 2

    How can I find out the total physical memory (RAM) of my linux box suitable to be parsed by a shell script?

  3. 3

    How can I execute a shell command in my rvm enviroment?

  4. 4

    How can I install the util linux version of the column command in 18.04?

  5. 5

    How can i stop someone from spamming my console using the write command in linux

  6. 6

    How can I print contents instead of file name from using linux find command?

  7. 7

    How to find a package name and version by its library name and version using a shell command?

  8. 8

    How can I hide my IP from linux who command

  9. 9

    How can I tell what version of Linux I'm using?

  10. 10

    How can I find and break connections to my Linux via ssh?

  11. 11

    How can I find what is using cgroup version 1?

  12. 12

    How can I specify command line arguments using pipes in Linux?

  13. 13

    How can I determine the IP address I get from torify (tor) in shell command line (linux)?

  14. 14

    How can I find what network manager my installation is using?

  15. 15

    How to check OS and version using a Linux command

  16. 16

    How can I pipe a command into the meteor shell?

  17. 17

    How can I execute shell command with a | pipe in it

  18. 18

    How can I format output of shell command

  19. 19

    How can I open a shell with a command in python?

  20. 20

    Can I find the Windows Version using tideSDK?

  21. 21

    How can I bind my capslock key to a fish shell command, and disable its toggle-caps functionality?

  22. 22

    How can I bind my capslock key to a fish shell command, and disable its toggle-caps functionality?

  23. 23

    How can I write a Gruntfile with different shell command behaviour for OS X vs. Linux?

  24. 24

    How can I print R documentation from a Linux command shell (e.g. bash)?

  25. 25

    How can I export a recursive directory & file listing to a text file in Linux Bash shell with an SSH command?

  26. 26

    Any idea how i can use timeout command with condition in linux and shell script

  27. 27

    How can I export a recursive directory & file listing to a text file in Linux Bash shell with an SSH command?

  28. 28

    Is there a linux command to find out how many SSDs my laptop can support?

  29. 29

    Find command in linux bash shell

HotTag

Archive