Shell Data Processing - Stream

Card Puncher Data Processing

About

This page is about the creation of Stream in the Shell context.

Example





Discover More
Card Puncher Data Processing
How to process data with a shell pipeline ?

This article shows you how to process data in the shell
Card Puncher Data Processing
Shell Data Processing - Cat command (short for concatenate)

cat is a core utility that generates a stream of data from one or more files (ie file descriptor) It therefore can: concatenate files. read any file (or file descriptor ie tcp connection, ...) ...
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
Shell Data Processing - Pipe ( command to command redirection)

The pipe is a redirection operator held to transmit the stream output (stdout or sterr) of a command to another as stream input. One or more pipe operators followed by command forms a pipeline. Control...
Card Puncher Data Processing
Shell Data Processing - Sed (Stream editor)

sed stands for stream editor. It is a filter program used for filtering and transforming text It: takes as input a standard stream input modifies it based on one or more command, and returns...
Card Puncher Data Processing
Shell Data Processing - Standard Error Stream (StdErr)

The Standard Error Stream is a stream that contains the error of a command
Card Puncher Data Processing
Shell Data Processing - Standard Output Stream (stdout)

The Standard Output Stream is the output stream of a command This is a file descriptor linked to a application. your application or a terminal application (TTY or PTY) To create a file from...



Share this page:
Follow us:
Task Runner