redirection


(1) In operating system shells, redirection refers to directing input and output to files and devices other than the default I/O devices. By default, input generally comes from the keyboard or mouse, and output goes to the display monitor. With a redirection operator, you can override these defaults so that a command or program takes input from some other device and sends output to a different device.

In DOS and UNIX systems, the redirection operators are < for input and > for output. For example, the DOS command

sort < c:\list > c:\sorted

takes input from a file called list, sorts it, and sends output to a file called sorted.

(2) See meta refresh.

Read Also:

  • redlining

    In word processing, redlining refers to marking text that has been edited. Typically, redlining is used when two or more people are working on a document together; each individual can redline the text he or she has added or edited. The redlined text will then appear in a special color (or as bold) so that […]

  • redundant

    (ri-dun´d&nt) (adj.) Used to describe a component of a computer or network system that is used to guard the primary system from failure by acting as a back up system. Redundant components can include both hardware elements of a system — such as disk drives, peripherals, servers, switches, routers — and software elements — such […]

  • refactoring

    Improving the design of existing software code. Refactoring doesn’t change the observable behavior of the software; it improves its internal structure. For example, if a programmer wants to add new functionality to a program, he may decide to refactor the program first to simplify the addition of new functionality in order to prevent software entropy.

  • Referential Integrity

    A feature provided by relational database management systems (RDBMS’s) that prevents users or applications from entering inconsistent data. Most RDBMS’s have various referential integrity rules that you can apply when you create a relationship between two tables. For example, suppose Table B has a foreign key that points to a field in Table A. Referential […]

  • reference template

    (n.) Also referred to as simply a template, the data in a biometric security system that represents the biometric measurement of a specific person��s identity.


Disclaimer: redirection definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.