faruktinaz/minishell
In this project, coded own shell and learned how to execute external commands via exec, use pipes, redirect stdin and stdout to files, utilize environment variables, recognize built-in commands, and manage child processes.
C
In this project, coded own shell and learned how to execute external commands via exec, use pipes, redirect stdin and stdout to files, utilize environment variables, recognize built-in commands, and manage child processes.
C