Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Command line interpreter (shell) written in C language. Project of the Operating Systems course during 6th semester of undergraduate studies (2022-2).

Notifications You must be signed in to change notification settings

PedroASB/simplified-shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified Shell

Lista de afazeres

  • Comandos internos
    • ajuda
    • amb
      • amb $VAR
      • amb VAR=<valor>
        • HOST
        • PRONTO
        • SHELL
    • cd <diretório>
    • limpa
    • sair
  • Ler configuração a partir do .meushell.rec
  • Executar comandos externos com fork() e exec()
  • Histórico dos comandos executados em .meushell.hst
  • Executar comandos a partir de um arquivo de entrada
  • Conteúdo Extra
    • regex
  • Revisar o código, as funcionalidades e a documentação

About

Command line interpreter (shell) written in C language. Project of the Operating Systems course during 6th semester of undergraduate studies (2022-2).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%