Lovely Professional University: Subject
Lovely Professional University: Subject
SYNOPSIS
.
SUBJECT:
LINUX PROGRAMMING
TOPIC:
VARIOUS FILTERS AVAILABLE IN LINUX. BENEFITS OF PIPES IN LINUX.
SUBMITTED TO:
MS.
SUBMITTED BY:
YOGENDRA SINGH
ROLL_NO: C1912A26
REG_NO: 10905201
B.TECH (CSE)
Review on filter available in Linux and benefits of pipes:
FILTER IN LINUX:
A filter is a step in processing data and it processes the
data and it is a process. Every filter has a data input and also
has a data output. In every processing step input data are
transformed or we can say modified. While transforming data,
it is possible to extract and to delete and to add or to
substitute data within the data of the stream. The kind of
transformation is determined by the filter itself.
In other words, filters are stream modifier, which
process incoming data in some specialized way and send that
modified data stream out over a pipe to another filter.
PIPES:
BENEFITS:
LIMITATIONS: