what is the command to find out which shell you are running?
Answer Posted / me
echo "which shell did you start?"
read input
print $input
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Write a command that will display files in the current directory, in a colored, long format.
What is the difference between awk and grep?
What is the difference between cat and more command?
What is grep short for?
Which command is used to copy files?
how to sort the content of the file based on numeric values
What are the general commands in using unix os for a beginner?
What command will change your prompt to myprompt?
What's a command word?
What is time_t?
What is grep r?
Explain mount and unmount command.
What is ‘ps’ command for?
What is grep in bash?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?