Skip to content

KumarUniverse/golden-ram-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golden Ram Shell

A simple C implementation of a Linux shell. Grsh Shell Demonstration

Built-in Commands

  • exit - used to exit the grsh shell.
  • cd - used to change directories.
  • path - used to set the search path of the shell.

Supports

  • Linux commands like ls, cat, grep, echo, cal, etc.
  • Parallel execution
  • Redirection
  • Interactive mode
  • Batch mode

Key C Functions Used

  • access()
  • fork()
  • execv()
  • waitpid()
  • exit()
  • chdir()
  • strtok_r()

Releases

No releases published

Packages

No packages published