Skip to content

Mini-shell-implementation-in C Following options are implemented execute commands (ls, find, grep, cp, ./a.out, cd etc.) create pipes (|) between several executables, forward stdin, stdout, stderr (<, >, >>), capture signals (Ctrl+C SIGINT, Ctrl+\ SIGSTOP).

Notifications You must be signed in to change notification settings

nihadatakishiyev/mini_shell_implementation_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Mini-shell-implementation-in C Following options are implemented

execute commands (ls, find, grep, cp, ./a.out, cd etc.) create pipes (|) between several executables, forward stdin, stdout, stderr (<, >, >>), capture signals (Ctrl+C SIGINT, Ctrl+\ SIGSTOP).

About

Mini-shell-implementation-in C Following options are implemented execute commands (ls, find, grep, cp, ./a.out, cd etc.) create pipes (|) between several executables, forward stdin, stdout, stderr (<, >, >>), capture signals (Ctrl+C SIGINT, Ctrl+\ SIGSTOP).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages