Script Automation Program: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - ". ----" to ". ----") |
m (Text replacement - ". " to ". ") |
||
Line 22: | Line 22: | ||
<BR> | <BR> | ||
* (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/Scripting_language Retrieved:2013-12-12. | * (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/Scripting_language Retrieved:2013-12-12. | ||
** A '''scripting language</B> or '''script language</B> is a [[programming language]] that supports '''scripts</B>, programs written for a special [[run-time environment]] that can [[Interpreted language|interpret]] (rather than [[Compiler|compile]]) and [[automate]] the [[Execution (computing)|execution]] of tasks which could alternatively be executed one-by-one by a human operator. Environments that can be automated through scripting include [[software application]]s, [[web page]]s within a [[web browser]], the [[Script Automation Program|shells]] of [[operating system]]s (OS), and [[embedded system]]s. | ** A '''scripting language</B> or '''script language</B> is a [[programming language]] that supports '''scripts</B>, programs written for a special [[run-time environment]] that can [[Interpreted language|interpret]] (rather than [[Compiler|compile]]) and [[automate]] the [[Execution (computing)|execution]] of tasks which could alternatively be executed one-by-one by a human operator. Environments that can be automated through scripting include [[software application]]s, [[web page]]s within a [[web browser]], the [[Script Automation Program|shells]] of [[operating system]]s (OS), and [[embedded system]]s. | ||
---- | ---- |
Latest revision as of 13:28, 2 August 2022
A Script Automation Program is a software program composed of Shell Commands (for a shell system).
- AKA: Shell Script.
- Example(s):
- a bash Script.
- a Perl Script.
- a Scala Script.
- a System Maintenance Script.
- …
- Counter-Example(s):
- See: Scripting Language, Command Line Interpreter, Operating System, Domain-Specific Programming Language, Prototype Program.
References
2013
- (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/shell_script Retrieved:2013-12-18.
- A shell script is a script written for the shell, or command line interpreter, of an operating system. The shell is often considered a simple domain-specific programming language. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.
Many shell script interpreters double as command line interface, such as the various Unix shells, Windows PowerShell or the MS-DOS
COMMAND.COM
. Others, such as AppleScript or the graphical Windows Script Host (WScript.exe), add scripting capability to computing environments without requiring a command line interface. Other examples of programming languages primarily intended for shell scripting include DCL and JCL.
- A shell script is a script written for the shell, or command line interpreter, of an operating system. The shell is often considered a simple domain-specific programming language. Typical operations performed by shell scripts include file manipulation, program execution, and printing text.
- (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/Scripting_language Retrieved:2013-12-12.
- A scripting language or script language is a programming language that supports scripts, programs written for a special run-time environment that can interpret (rather than compile) and automate the execution of tasks which could alternatively be executed one-by-one by a human operator. Environments that can be automated through scripting include software applications, web pages within a web browser, the shells of operating systems (OS), and embedded systems.