I have to compile a main.cpp that is a minishell and handle functions like ls, ls -l, pwd, cat etc. for that is use fork and exec but i am stuck now. child and parent process ru