-
Notifications
You must be signed in to change notification settings - Fork 0
utkarsh92/myshell
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Name: Utkarsh Indolia Roll No: 203050111 CSE LDAP: utkarshindolia To compile the shell do the following in terminal: 1) $ gcc myshell3.c -o myshell3 2) $ ./myshell3 3) Enter commands OR 1) $ make 2) Enter commands GUIDELINES: 1) Every argument must be separated by 1 or more spaces (except ';') 2) Allowed grep cmd syntax: i) grep (pattern) < (infile) ii) ... ... ... | grep (pattern) grep can be used with other IO redirection and commands but above syntax must be followed... 3) Shell program creates temporary files (namely ".temp1" and ".temp2") for some of it's commands so make sure you dont have any such files in the project directory
About
A shell program made entirely in C, part of class assignment in cs744
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published