Difference between revisions of "Pipe"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:Pipe]] | [[wikipedia:Pipe]] | ||
+ | | | ||
[[set -o pipefail]] | [[set -o pipefail]] | ||
https://lwn.net/Articles/896872/ | https://lwn.net/Articles/896872/ | ||
+ | |||
+ | * Also [[OR]] in [[regex]] | ||
== Related == | == Related == | ||
* <code>></code> | * <code>></code> | ||
− | + | * <code>[[tee -a]]</code> | |
+ | * <code>[[pv (pipe viewer)]]</code> | ||
== See also == | == See also == |
Latest revision as of 12:25, 3 October 2024
|
set -o pipefail
https://lwn.net/Articles/896872/
Related[edit]
See also[edit]
more, less, cat, pv
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: