Jump to content

Shell script

From EDM2
Revision as of 22:12, 15 January 2016 by Reiknir (talk | contribs) (Created page with "A shell script is UNIX terminology for a batch file, it is usually used on OS/2 to mean an 7 bit ASCII or less commonly 8 bit ISO plain text file with an ".sh" end...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A shell script is UNIX terminology for a batch file, it is usually used on OS/2 to mean an 7 bit ASCII or less commonly 8 bit ISO plain text file with an ".sh" ending, that has a list of commands intended for batch execution in one of the UNIX derived shells, such as bash or bourne shells.

A shell by the way is UNIX terminology for a command line interface (CLI).

OS/2 text & programmers editors with .sh support

  • Elvis - Shell script syntax support included by default - Open source - Current

DOS text & programmers editors with .sh support

  • Elvis - Shell script syntax support included by default - Open source - Current