Skip to content

Instantly share code, notes, and snippets.

View sin-ack's full-sized avatar
⚠️
values of β will give rise to dom!

Synchronization Acknowledgement sin-ack

⚠️
values of β will give rise to dom!
View GitHub Profile

This is from man bash:

A pipeline is a sequence of one or more commands separated by one of the control operators | or |&. The format for a pipeline is:

[ time [ -p ]] [ ! ] command [ [ | | |& ] command2 ... ]

This is the only place in which ! can appear. It never prefixes commands, it prefixes pipelines.