Skip to content

vkk1710/Dash-Unix-Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
Sorry, we had to truncate this directory to 1,000 files. 1 entries were omitted from the list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dash Unix Shell

Developed a custom unix shell known as Dash, as part of the CS 5348 - Operating Systems Course.

Features -

  • Basic Shell with batch and interactive modes
  • Built-in commands
    • exit
    • cd
    • path
  • Redirection
  • Parallel commands

Running The Shell

To run in interactive mode -

$ ./dash
$ dash>

To run in batch mode -

$ ./dash batch.txt

To redirect or run parallel commands -

$ dash> echo "Hi" > test.txt
$ dash> cmd1 & cmd2 args1 args2 & cmd3 args1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published