Jump to content

Unix shell

From Simple English Wikipedia, the free encyclopedia
Revision as of 13:17, 6 January 2011 by ThorstenStaerk~simplewiki (talk | changes) (Created page with 'A Unix shell, also called terminal or console, is a program that accepts Unix commands from the keyboard and executes them. These commands can be for example * '''ls''' to list f...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Unix shell, also called terminal or console, is a program that accepts Unix commands from the keyboard and executes them. These commands can be for example

  • ls to list files
  • cp to copy files
  • man to get more information on commands

The commands do not need to come from the keyboard, they will, generally spoken, come from stdin.