Skip to content

callMeName/Myshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myshell

A simple shell interpreter. Just for learning the details of shell and script interpreter.


  • This demo supports for some basic commands. echo ls wc cp mv rm grep sort and expr find basename dirname head tail cat file read

  • It also supports for performing background (add a '&' after the command. such as "sort file1 &".Note that & must be after spaces )

  • I/O redirect is available. ( > >> <)

  • myshell filename # exec the commands in the file.

About

A simple shell interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages