LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is the command that use to get these output (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-the-command-that-use-to-get-these-output-358797/)

shinwai 08-31-2005 08:07 AM

What is the command that use to get these output
 
Actually i dont really understand what do these question mean.What is bash?

What are the commands that you will use to get the output below:
* The hint is the italic text in the bracket

1. 3.00.15(1)-release (! Print the bash version)
2. en_US.iso885915 (! Print language version)

perfect_circle 08-31-2005 08:16 AM

Re: What is the command that use to get these output
 
Quote:

Originally posted by shinwai
Actually i dont really understand what do these question mean.What is bash?

bash stands for Bourne-Again shell and its a UNIX shell.

For more info read here:
Unix Shell: http://en.wikipedia.org/wiki/Unix_shell
BASH: http://en.wikipedia.org/wiki/Bourne-Again_shell

nixcraft 08-31-2005 08:26 AM

And commands are

Code:

echo $BASH_VERSION
echo $LANG

Or use set command to print all Environment variables:

Code:

set
Read the man page of bash for more info.


All times are GMT -5. The time now is 02:35 PM.