You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to run a command on the shell, sometimes the shell has to search for the command on the list of environment variables that you have and the path list. We would want to scan through the whole list to search and find it and then execute that program.
The difference here is that earlier we used the exevp command. We now want to use the exec command
The text was updated successfully, but these errors were encountered:
When you try to run a command on the shell, sometimes the shell has to search for the command on the list of environment variables that you have and the path list. We would want to scan through the whole list to search and find it and then execute that program.
The difference here is that earlier we used the exevp command. We now want to use the exec command
The text was updated successfully, but these errors were encountered: