Shell - (Word | Token | Field)

Card Puncher Data Processing

Shell - (Word | Token | Field)

About

In a bash pipeline, the pipeline message is known as:

  • the word
  • the field

This is a sequence of characters considered as a single unit by the shell.

The first message is the standard input.

Word and Field Differences:

  • Word: Bash takes a command line and splits it into word
  • Field: IFS

Modification

Expansion

With the following expansion, you can change the number of words of the expansion;

The only exceptions are the expansions of:

Command

The read command can split an input into line or word.





Discover More
Bash Liste Des Attaques Ovh
Bash - (Builtin|Intern|System|Reserved|Shell) variable name

Reserved variable name are named that have a special meaning for the bash shell. PS1 defines the shell's command-line prompt. HOME defines the home directory for a user. PATH defines a list...



Share this page:
Follow us:
Task Runner