Relative Content

Tag Archive for c++bash

Execute “env” with execve() in C

Why when I run this code with any other commands (like “date” “pwd” or “ls”) in gives output on screen, but with env not? Path is correct, what exactly is the issue? It is a part of Minishell project which consists in replicating part of the functionality of bash shell.