Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauroslucios/shellscript
aulas de shel script
https://github.com/mauroslucios/shellscript
Last synced: about 2 months ago
JSON representation
aulas de shel script
- Host: GitHub
- URL: https://github.com/mauroslucios/shellscript
- Owner: mauroslucios
- Created: 2023-10-25T11:31:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-08T01:54:14.000Z (about 1 year ago)
- Last Synced: 2023-11-08T12:45:55.319Z (about 1 year ago)
- Language: Shell
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShellScript
## Cabeçalho
- nome
- mantenedor
- exemplo
- versionamento
- testado## Estrutura
- versão 1.0
- versão 1.1
- versão 1.2
- versão 1.3
## Comentários
- Extrairá usuários do /etc/passwd, havendo a possibilidade de colocar em
- maíúscula e em ordem alfabética
## Exemplos:
- $ ./listaUsuarios.sh -h
- Neste exemplo a saída do script mostrará o menu de opções
- $ ./listaUsuarios.sh -v
- Neste exemplo a saída do script mostrará a versão
- $ ./listaUsuarios.sh -s
- Neste exemplo a saída do script ficará em ordem alfabética
- $ ./listaUsuarios.sh -m
- Neste exemplo a saída do script ficará em MAIÚSCULO
## Estruturação do código