psush: minimal command line shell built in C
Apr 25, 2023
In my operating class, were given the opportunity (assigned) to write a fully functional shell program in C What it does - Takes input from user - Processes commands - Pipe I/O between commands and redirect in and out of files - Handle built in and external commands How it works - Parses input…