Bash Command Line Expansion

From NovaOrdis Knowledge Base
Revision as of 23:49, 8 September 2017 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

Overview

Each line read by bash from command line is interpreted as a pipeline: a sequence of commands separated by the pipe character (|).

Each command is split into tokens that separated by metacharacters.