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
Implementing a command line interpreter (CLI) for linux operating system. It allows the user to enter the input through the keyboard. After the user writes the command and presses enter, the string is parsed, and the indicated command executed.