geokaragiannis / shell

A shell program written in C. It supports shell commands, shell commands with arguments, input/output redirection and piping. CMPS111 asgn1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell

A shell program written in C. It supports shell commands, shell commands with arguments, input/output redirection and piping. Compile using makefile. Need to download lex.l file and compile it and link it with myshell.c (last step done by makefile).

About

A shell program written in C. It supports shell commands, shell commands with arguments, input/output redirection and piping. CMPS111 asgn1


Languages

Language:C 99.1%Language:Lex 0.8%Language:Makefile 0.2%