File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
- Livro "Programação Shell Linux" - por Julio Cezar Neves.
13
13
- Livro "Shell Script Profissional" - por Aurelio Marinho Jargas.
14
14
15
- ### Condições importantes:
15
+ ## Condições importantes:
16
16
17
- ## Argumentos especiais
17
+ ### Argumentos especiais
18
18
19
19
Argumentos| Descrição
20
20
--------- | ----------------------------------------------
@@ -30,7 +30,7 @@ Argumentos| Descrição
30
30
$! | Exibe o PID do processo em background (job)
31
31
32
32
33
- ## Comparações númericas
33
+ ### Comparações númericas
34
34
35
35
Comparação | Descrição
36
36
-----------|--------------------------------------
@@ -41,7 +41,7 @@ n1 -le n2 | verifica se n1 é menor ou igual a n2
41
41
n1 -lt n2 | verifica se n1 é menor do que n2
42
42
n1 -ne n2 | verifica se n1 é diferente de n2
43
43
44
- ## Status de saída
44
+ ### Status de saída
45
45
46
46
Código | Significado
47
47
-------|-----------------------------------------------
You can’t perform that action at this time.
0 commit comments