Skip to main content

Shell Script Boson Treinamentos


1. Shell Scripting - Introdução e Conceitos Básicos - 01 - Linux


2. Shell Scripting - Variáveis de Ambiente e comandos env, unset e echo - 02 - Linux


3. Shell Scripting - Arrays - Variáveis de Ambiente com múltiplos valores - 03 - Linux


4. Shell Scripting - Aliases e Funções no Bash - 04 - Linux


5. Shell Scripting - Arquivos de Configuração profile, bashrc e outros - 05 - Linux


6. Shell Scripting - Criando scripts simples - comando echo - 06 - Linux


7. Shell Scripting - Usando variáveis nos scripts - 07 - Linux


8. Shell Scripting - Redirecionar comandos para variáveis com a crase - 08 - Linux


9. Shell Scripting - Redirecionamento de entrada e saída de dados - 09 - Linux


10. Shell Scripting - Cálculos aritméticos simples no bash - 10 - Linux


11. Shell Scripting - Usando a calculadora bc em scripts - 11 - Linux


12. Shell Scripting - Status de Saída dos comandos e o comando exit - 12 - Linux


13. Shell Scripting - Estrutura de decisão condicional if then else - 13 - Linux


14. Shell Scripting - Condicional aninhado if-then com elif - 14 - Linux


15. Shell Scripting - Comparações numéricas e de strings com comando test - 15 - Linux


16. Shell Scripting - Comparando arquivos e diretórios com comando test - 16 - Linux


17. Shell Scripting - Testar condições compostas com AND e OR - 17 - Linux


18. Shell Scripting - Comando case - teste de múltiplas condições - 18 - Linux


19. Shell Scripting - Estrutura de Repetição for (loop) - 19 - Linux


20. Shell Scripting - Estrutura de Repetição While (loop) - 20 - Linux


21. Shell Scripting - Estrutura de Repetição Until (loop) - 21 - Linux


22. Shell Scripting - Laço for no estilo Linguagem C - 22 - Linux


23. Shell Scripting - Ler dados do teclado - Parâmetros de Linha de Comando - 23 - Linux


24. Shell Scripting - Ler dados do teclado - Comando shift (deslocamento) - 24 - Linux


25. Shell Scripting - Ler dados do teclado - Opções de linha de comando - 25 - Linux


26. Shell Scripting - Comando read - Ler dados do teclado e de arquivos - 26


27. Shell Scripting - Criando caixas de diálogo TUI com whiptail no Linux - 27


28. Shell Scripting - Criando Funções em scripts, parte 01 - 28


29. Shell Scripting - Criando caixas de diálogo TUI com dialog - 29 - Linux


30. Shell Scripting - Declaração break - encerrando loops prematuramente