what is the command to find out which shell you are running?
Answers were Sorted based on User's Feedback
Answer / me
echo "which shell did you start?"
read input
print $input
| Is This Answer Correct ? | 1 Yes | 4 No |
What is the different between UNIX command and UNIX shell script?
what is the command to get help on a UNIX terminal?
How do you grep a case insensitive?
What is the difference between cat and more command?
How do you change file permissions and ownership in Unix?
What will the following command do?
What does grep v do?
Can you explain a little bit about command substitution?
what is the use of wild cards?
What Command is used to make a directory?
Enlist some filename manipulation commands in unix.
what these two commands prints "echo test","cat test"?