what is the cmd to display the last exit status in UNIX?
Answer Posted / arvind kumar
echo $? will give you status og last command.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
how to sort the content of the file based on numeric values
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
What is time_t?
How can you see the command line history?
Is grep faster than awk?
What is the use of the tee command?
Enlist some filename manipulation commands in unix.
How do I find previous commands in unix?
What command is used to switching between users in unix?
How do I delete files from command prompt?
What does the “echo” command do?
What is the first character of the output in ls l command?
What is the use of finger command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
What does touch command do in unix?