Skip to topic | Skip to bottom
Home
Academic
Academic.FilteringSoftwarer1.3 - 12 Mar 2007 - 15:20 - RonWiebetopic end

Start of topic | Skip to actions

Filtering Software

A filter is a computer program to process a data stream. Some operating systems such as Unix are rich with filter programs. Even Windows has some simple filters built in to its command shell, most of which have significant enhancements relative to the similar filter commands that were available in MS-DOS.

Just as in Unix, such a filter usually gets most of its data from standard input (the main input stream) and writes its main results to standard output (the main output stream). The command syntax for getting data from a device or file other than standard input is the input operator ("<"). Similarly, to send data to a device or file other than standard output is the output operator (">"). To append data lines to an existing output file, one can use the append operator (">>").

The similarity with Unix extends to filters used as elements of pipelines. The pipe operator ("|") on a command line signifies that the main output of the command to the left is passed as main input to the command on the right. From the early days of DOS based computers, the two classic filters are find and sort.

Filtering software includes

  • Spam filtering
  • content filtering
  • pop-up filtering
  • and other filters
These tools allow the user to block the content they do not wish to view on their computers. The filtering software prevents this content from reaching the user's screen.

-- RonWiebe - 12 Mar 2007

-- DiWang - 22 Feb 2007
to top


You are here: Academic > EmgTech > FilteringSoftware

to top

Copyright © 1999-2009 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback