Difference between revisions of "Unix shell"

From Parallel Library Services
Jump to navigation Jump to search
 
Line 8: Line 8:


Some common commands:
Some common commands:
[[Category: Glossary]]

Latest revision as of 20:34, 21 October 2021

A Unix shell is a command-line interpreter or shell that provides a command line user interface for Unix-like operating systems.

The shell is both an interactive command language and a scripting language, and is used by the operating system to control the execution of the system using shell scripts.

Users typically interact with a Unix shell using a terminal emulator; however, direct operation via serial hardware connections or Secure Shell are common for server systems.

All Unix shells provide filename wildcarding, piping, here documents, command substitution, variables and control structures for condition-testing and iteration.

Some common commands: