mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
52 lines
365 B
Text
52 lines
365 B
Text
|
|
####################
|
|
# pipestatus variable - builtins only
|
|
1 1 1
|
|
1
|
|
0 0 0
|
|
0
|
|
1 0 1
|
|
1
|
|
0 1 0
|
|
0
|
|
|
|
####################
|
|
# pipestatus variable - no builtins
|
|
1 1 1
|
|
1
|
|
0 0 0
|
|
0
|
|
1 0 1
|
|
1
|
|
0 1 0
|
|
0
|
|
|
|
####################
|
|
# pipestatus variable - mixed
|
|
1 1 1
|
|
1
|
|
0 0 0
|
|
0
|
|
1 0 1
|
|
1
|
|
0 1 0
|
|
0
|
|
5 2
|
|
2
|
|
3 1 6
|
|
6
|
|
9 0 3 1
|
|
1
|
|
|
|
####################
|
|
# pipestatus variable - non-pipe
|
|
0
|
|
0
|
|
1
|
|
1
|
|
0
|
|
0
|
|
1
|
|
1
|
|
4
|
|
4
|