what is the command to find out which shell you are running?
Answer Posted / satya
echo $SHELL---It will shows which shell u r currently
running.
| Is This Answer Correct ? | 30 Yes | 13 No |
Post New Answer View All Answers
What command will change your prompt to myprompt?
How to use grep command to list find the records of a file containing 10 different strings?
Is ‘du’ a command? If so, what is its use?
How do I search for a file in unix command?
Which unix command lists files/folders in alphabetical order?
What does pipe () return?
What do know about tee command?
How does shebang work?
What is the use of finger command?
What does the command ' $who | sort –logfile > newfile' do?
What does grep v do?
What command is used to switching between users in unix?
what is the advaantage of each user having its own copy of the shell?
Write a command to kill the last background job?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?