Skip to content

TR-Sudo/Shell-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell Program

A software designed to mimic the functionality of the Linux terminal. It is capable of handling commands with multiple arguments, such as "ls," "ps -a," "wc < File," and "ls > File." It can also process commands with pipe arguments, like "ls | wc." To use the program, you can open it in a Bash or Linux terminal and run the "Make" command. Then, you can start using the program by entering "./mysh".

Supports

- Multiple arugments (EX| ls, ps -a, wc < File, ls > File )
- Pipe Arguements (EX| ls | wc )

To Run

- Bash or Linux Terminal
- Run Make
- ./mysh

About

A software designed to mimic the functionality of the Linux terminal. It is capable of handling commands with multiple arguments, such as "ls," "ps -a," "wc < File," and "ls > File." It can also process commands with pipe arguments, like "ls | wc."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors