Nella Bash
shell, posso ottenere il comando exit status tramite la $?
variabile:
# ps -ef | grep "haha"
root 15439 15345 0 23:02 pts/0 00:00:00 grep --color=auto haha
# echo $?
0
È disponibile solo nella shell Bash? O posso usarlo anche in altre shell?