Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 139 Bytes

pipe.md

File metadata and controls

1 lines (1 loc) · 139 Bytes

|& : This is a shorthand for 2>&1 | in bash and zsh. It passes both standard output and standard error of one command as input to another.