https://github.com/fabriciocovalesci/shellscript
Introdução ao shell script e comandos do Linux
https://github.com/fabriciocovalesci/shellscript
linux shell-script shell-scripting shellcode ubuntu
Last synced: about 1 year ago
JSON representation
Introdução ao shell script e comandos do Linux
- Host: GitHub
- URL: https://github.com/fabriciocovalesci/shellscript
- Owner: fabriciocovalesci
- Created: 2019-01-06T23:46:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T17:29:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-29T06:52:15.912Z (about 1 year ago)
- Topics: linux, shell-script, shell-scripting, shellcode, ubuntu
- Language: TSQL
- Homepage:
- Size: 3.4 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell script
Shell script nome dado a um arquivo que será interpretado por algum programa tipo **Shell**. Atualmente existem vários programas tipo Shell, além dos principais sh e bash, existem também, **ksh**, **zsh**, **csh** e **tcsh**. Um Shell script ou script em Shell necessita basicamente do interpretador (Shell). [Origem: Wikipédia, a enciclopédia livre.](https://pt.wikipedia.org/wiki/Shell_script)
- Na pasta [**Script_parte_I**](https://github.com/fabriciocovalesci/shellscript/tree/master/Script_part_I) tem uma breve introdução ao shell script, como:
1. Ententer as partes que compõem um script
2. Como automatizar tarefas
3. Como criar scripts para conversão de arquivos
4. Realizar operações matemáticas em um script
5. Trabalhar com funções, condições
- Na pasta [**Script_parte_II**](https://github.com/fabriciocovalesci/shellscript/tree/master/Script_part_II):
1. Entender como validar entradas passadas pelo usuário
2. Como monitorar um servidor e reinicializá-lo
3. Ententer como utilizar o crontab para agendar tarefas
4. Como enviar e-mails para usuários
5. Fazer backup de um banco e enviar para um bucket na Amazon