Basic Scripting Flashcards
A department coder adds various script commands to the organization’s coding playbook. What starts with a shebang line designating which interpreter to use, such as Bash or Ksh?
.sh
A technician adds various script types to the team’s playbook for future hires. What is unique to .ps1?
It provides the Windows PowerShell Integrated Scripting Environment rapid development.
An engineer reviews various automation methods to determine what would work well for the team. What describes a tenet of installing applications?
It can be executed in silent mode by using the command switches for its installer.
A technician is working on a project that uses interactive web-based content. What type of script could the technician use to support the development of this interactive content?
.js