An open API service indexing awesome lists of open source software.

https://github.com/nelsonmatenda/minishell

Projecto é sobre criar um simples shell. Com foco a aprender muito sobre processos e file descriptors
https://github.com/nelsonmatenda/minishell

42cursus 42luanda 42projects bash c minishell shell

Last synced: about 2 months ago
JSON representation

Projecto é sobre criar um simples shell. Com foco a aprender muito sobre processos e file descriptors

Awesome Lists containing this project

README

          

# Lista de tarefas
- Exibir um prompt.
- Ler comandos do usuário.
- Analise do input
- Executar programas externos.
- Redirecionamento (>, >>, <, <<, |).
- Controle de sinais.
- Implementar built-ins (echo, cd, pwd, export, unset, env, exit).

ls ./u | grep -c

Lexer
Trabalhar com um array de struct, será melhor.

Esqueçemos na função tokenize de verificar as "opções". ls -la