Question #60

Author: admin
tags: Linux  
The command echo $? will show...
...all positional parameters.
...exit code of the last command.
...just text "$?".
...current user name.
...text of previous command.
Rate the difficulty of the question:
easyhard