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
Shell interface that accepts user commands and then executes each command in a separate process. It also allows child processes to run concurrently by adding an '&' at the end of the command.
About
Shell interface that accepts user commands and then executes each command in a separate process. It also allows child processes to run concurrently by adding an '&' at the end of the command.