Podcast
Questions and Answers
Which of the following options describes the process of converting commands into a script?
Which of the following options describes the process of converting commands into a script?
- Using a text editor (correct)
- Using a programming language
- Running a command in the terminal
- Copying and pasting commands
Which of the following is NOT a step in converting commands into a script?
Which of the following is NOT a step in converting commands into a script?
- Writing the commands in a text editor
- Saving the script with a .sh extension
- Running the script in the terminal (correct)
- Copying and pasting the commands into a terminal
What is the purpose of converting commands into a script?
What is the purpose of converting commands into a script?
- To execute commands faster
- To save the commands for future use
- To automate a series of commands (correct)
- To make it easier to remember the commands