DOS - Filter Commands

Card Puncher Data Processing

About

Shell Data Processing - Filter (Stream Operator) in Dos.

With the command redirection pipe character (|), a command filter is a command within a command that:

  • reads the command's input (input stream),
  • transforms the input,
  • and then writes the output (output stream)

List

Documentation / Reference





Discover More
Card Puncher Data Processing
Shell Data Processing - Filter (Stream Operator)

This page is pipeline operator in a shell language. They are known as filter in a shell language. It is a computer program or shell command (subroutine) that: read from standard input (stream)...
Card Puncher Data Processing
What are Redirection Operators in Dos with example and how-to?

This page talks shell redirection operator|operator in DOS. The order of redirections is significant when redirecting a standard error stream to a standard output stream. See order of redirections ...



Share this page:
Follow us:
Task Runner