What is the fastest way to enter a series of commands from the command-line?
- Write the commands, each separated by a semi-colon. Press enter after the last command.
- The semi-colon would inform the shell that multiple commands are being entered at the command line, to be executed serially.
Post a Comment