Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:docs:cmd:other:redir [2014/05/24 05:16] – created valerius | en:docs:cmd:other:redir [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Redirection and Piping ==== | ||
- | |||
- | This section covers **redirection** and **piping**. You can use these features to change how CMD.EXE and some application programs handle input and output. | ||
- | |||
- | Internal commands and many external programs get their input from the computer' | ||
- | |||
- | Redirection and piping allow you to change these assignments temporarily. | ||
- | |||
- | [[Redirection]] changes the standard input, standard output, or standard error device for a program or command from the default device (the keyboard or screen), to another device or to a file. | ||
- | |||
- | [[Piping]] changes the standard output and / or standard error device so that the output of one command becomes the standard input for another program or command. | ||