Sistemas operacionaisUnix
- (CESGRANRIO 2013)
O interpretador de comandos bash do sistema UNIX permite a verifcação do status do encerrramento do último comando ou função executado no script. Um exemplo de trecho de código fonte que verifica o valor desse status é
A) if [ [email protected] -eq 1 ]; then exit; fi
B) if [ $* -eq 1 ]; then exit; fi
C) if [ $? -ne 0 ]; then exit; fi
D) if [ $# -ne 0 ]; then exit; fi
E) if [ $$ -ne 1 ]; then exit; fi
Próximo:
EXERCÍCIOS - Exercício 30
Vamos para o Anterior: Exercício 28
Tente Este: Exercício 54
Primeiro: Exercício 1
VOLTAR ao índice: Sistemas operacionais