Shell Data Processing - (GNU Core) Utilities - XCU

Card Puncher Data Processing

About

The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system.

Most of them are filter utility

The acronym XCU derives from “Unix Commands and Utilities”

Installation

Linux

They are expected to exist on every linux operating system.

Windows

You get them with the installation of:

Documentation / Reference





Discover More
Bash Liste Des Attaques Ovh
Bash Shell and (Unix|Linux) Utilities (XCU)

Bash is a POSIX compliant shell, known as the Bourne-Again. It means that this is scripting language used in a terminal based around The articles of this section are over: the Bash (Bourne-Again...
Git Open Ssh
Git - Client Installation

Git for windows provides a bash and a gui. It provides also all GNU core utility For windows, select the Windows Native OpenSsh if you want to have the ssh-agent with...
Linux - Unix-like environment under Windows

With Unix-like environment: administrators can easily remote login to any PC, fix problems within a UNIX/Linux shell, on any Windows machine and run shell command scripts. Sophisticated shell command...
Card Puncher Data Processing
Shell Data Processing - Echo (Gnu Utility)

This page is the echo executable of the Gnu utility package that implements an echo functionality. echo To echo a string: where: -n: do not output a newline character. See the example...
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 - Head

head is a os filter utility that is part of Gnu utils package. It filters the first line of a file or of standard input.
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 an expression, and returns it as...
Card Puncher Data Processing
Shell Data Processing - Uniq ( unique ) - duplicate line removing

uniq stands for “unique” and filters out adjacent, duplicate lines in a file. It's a filter progam that is part of the Gnu utility package adjacent means that uniq does not detect repeated...
Card Puncher Data Processing
Shell Data Processing - tail utility

tail is a filter program that prints the last ten lines of a standard input stream or a file. (Handy when viewing log files for diagnostic). head It's part of the gnu utility package. Use the -f...
Card Puncher Data Processing
Shell Data Processing - tr (translate or delete characters)

tr is a filter program that translate, squeeze, and/or delete characters. It's part of the Gnu utility. Taking the case from lower to upper EOLEOL EOL characters



Share this page:
Follow us:
Task Runner