Vertical bar
From Wikipedia, the free encyclopedia
Punctuation |
---|
apostrophe ( ', ’ ) |
Interword separation |
spaces ( ) ( ) ( ) |
General typography |
ampersand ( & ) |
Uncommon typography |
asterism ( ⁂ ) |
- Note: "broken bar" and the glyph "¦" redirect here.
Vertical bar, verti-bar, vertical line, divider line, or pipe is the name of the character (|).
Broken bar (¦) is a separate character.
The typical keyboard layout used in the United Kingdom features separate keys for vertical bar and broken bar, however most UK keyboard drivers today map both keys onto the vertical bar, as broken bar has hardly any practical application. Keyboards in other countries do not make this distinction, and there, the vertical bar character is often depicted as a broken bar, to distinguish it from the "I" (uppercase "i") character.
Contents |
[edit] Etymology
The name pipe for the character "|" was a natural consequence of its usage in Unix shells, where it is used to notate the usage of the unix pipeline construct.
[edit] Usage
[edit] Mathematics
The vertical bar is used as a mathematical symbol in
- absolute value: | x | , read "the absolute value of x".
- norms: , read "the norm of x sub one, x sub two"; though Unicode also provides a special double vertical line symbol U+2016: ‖x‖
- set definition: {x | x < 2}, read "the set of x such that x is less than two". Often sets are written with a colon ':' rather than a vertical bar.
- conditional probability: P(X | Y), read "the probability of X given Y".
- divisibility: a | b, read "a divides b".
- the Sheffer stroke.
- evaluate: a + 3 | a = 4, read "a plus 3 evaluated for when a equals 4", or 4 + 3 = 7.
[edit] Backus-Naur form
In Backus-Naur form the expression consists of sequences of symbols and/or sequences separated by '|', indicating a choice, the whole being a possible substitution for the symbol on the left.
- <personal-name> ::= <name> | <initial>
[edit] Computing
[edit] Unix
A pipe is an inter-process communication mechanism originating in Unix which allows the output (standard out and, optionally, standard error) of one process to be used as input (standard in) to another. In this way, a series of commands can be "piped" together. This provides skilled practioners the ability to quickly perform complex processing on the command line or as part of a UNIX shell script ("batch file"). In most Unix shells (command interpreters), this is represented by the vertical bar character.
e.g. Piped UNIX commands: egrep -i 'blair' filename.log | sed 's/be clear/lie/g' | more
Traditionally, the piping capability in UNIX is provided by the "fork and exec" feature of UNIX operating systems. The UNIX shell forks off a copy of itself for each command, connecting the input of each to the output of the next. When processing large amounts of data, all processes in the pipeline will typically be active at the same time (within the limits of the hardware used).
[edit] DOS/Windows
This feature is found in later versions of Microsoft DOS (and hence Microsoft Windows) as well, however, the smaller DOS command set, the limited command functionality and crude shell capabilities means that piping is less useful in the more visual Microsoft Windows environment. However Cygwin and MKS toolkit provide complete UNIX tool sets for the Windows environment, including UNIX shells (BASH & Korn shell respectively) which provide the same powerful piping capabilities as UNIX.
e.g. Piped DOS command: type *.txt | more
[edit] Regular expression
In regular expression syntax, the pipe indicates alternation (i.e. logical OR). For example: the Unix command grep -E 'foo|bar' matches lines containing 'foo' or 'bar'.
[edit] Disjunction
In many programming languages, it is used to designate the logic operation or, either bitwise or or logical or.
Specifically, in C and other languages following C syntax conventions, such as C++, Perl, Java and C#, (a | b) denotes a bitwise or; whilst a double vertical bar (a || b) denotes a (short-circuited) logical or.
[edit] Concatenation
In PL/I and SQL, the operator "||" denotes string concatenation.
[edit] Delimiter
Although not as common as commas or tabs, the vertical bar can be used as a delimiter in a flat file. An example of a pipe-delimited standard data format is LEDES 1998B.
[edit] Concurrency operator
In calculi of communicating processes (like Pi-calculus), the vertical bar is used to indicate that processes execute in parallel.
[edit] Lithium Message Boards
As a short cut, the vertical bar combined with a colon (:|) while typing a post comes up as an indifferent smiley in the actual post.
[edit] Khoisan orthography
In the Khoisan languages, the pipe is used to write the dental click.
[edit] MediaWiki
The vertical bar is made use of in Wiki markup:
- to separate parameters in MediaWiki templates;
- to pipe links, displaying a token different from the article title;
- to separate cells in table layout.
[edit] Encoding
Despite the vertical bar being an accessible keystroke on typical North American and UK keyboards, there are cases where Web designers, Wiki editors, computer programmers, and others need to encode the vertical bar — usually because the vertical bar is a special symbol in their source code and yet a literal vertical bar needs to be displayed to the end user.
Set forth in 1963, American Standard Code for Information Interchange (ASCII-1963), one of the first widely used character maps only had 69 display ("printable") characters; and A–Z, and 0–9 accounts for 36 of those characters. Vertical bar ("|") is the ASCII-1963 character at position 124 (decimal). Broken bar ("¦") is not part of the ASCII character set (any version), but a separate character that appeared (along with vertical bar) first in the EBCDIC family of character sets, and was copied from there into ISO 8859-1 and Unicode. The typical computer keyboard used in the United Kingdom features separate keys for "vertical bar" and "broken bar", however most UK keyboard drivers today map both keys onto the ASCII character "vertical bar", as "broken bar" has hardly any practical application.
[edit] In common character maps
hexadecimal (base-16): 007C
hexadecimal (base-16): 7C
decimal (base-10): 124, or hexadecimal (base-16): 7C
hexadecimal (base-16): 7C
- Shift-JIS Men-Ku-Ten
1-01-35
- EBCDIC (CCSID 500 variant)
hexadecimal (base-16): BB