https://github.com/ronierisonmaciel/shell-script
Os scripts de automação usando Shellscript visam simplificar e agilizar tarefas rotineiras no ambiente de sistemas Unix/Linux. Eles permitem a execução de comandos em lote, manipulação de arquivos e diretórios, e monitoramento de processos e recursos do sistema.
https://github.com/ronierisonmaciel/shell-script
linux script shell shell-scripts unix
Last synced: 2 months ago
JSON representation
Os scripts de automação usando Shellscript visam simplificar e agilizar tarefas rotineiras no ambiente de sistemas Unix/Linux. Eles permitem a execução de comandos em lote, manipulação de arquivos e diretórios, e monitoramento de processos e recursos do sistema.
- Host: GitHub
- URL: https://github.com/ronierisonmaciel/shell-script
- Owner: RonierisonMaciel
- Created: 2019-02-16T19:51:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T22:14:25.000Z (over 3 years ago)
- Last Synced: 2025-01-30T23:30:49.594Z (4 months ago)
- Topics: linux, script, shell, shell-scripts, unix
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Script examples
Short description about shell script
Example:
**1** - **_script1.sh_**: The script ask for username, capture uptime and script local directory.
**2** - **_script2.sh_**: The script use the function read and return that he wrote.
**2** - **_script3.sh_**: The script use the function read and one conditional if for test if number is min or max the number twenty.