CLI I/O Redirection

From FreekiWiki
Revision as of 12:46, 22 March 2008 by Rwlove (talk | contribs)
Jump to navigation Jump to search

Introduction

The Command Line Interface (CLI) provides three types of input/output (I/O) flow.

  1. stdin = "Standard In;" input passed to a command
  2. stdout = "Standard Out;" output from a command
  3. stderr = "Standard Error;" error output from a command

This means that there are two types of output from any command stdout and stderr. It also means that you can separate them.

Commands

Abbreviations

Examples

Quiz