Commands that filter a stream (eg,where type == "dir") Commands that consume the output of the pipeline (e.g.,table) Commands are separated by the pipe symbol (|) to denote a pipeline flowing left to right. >ls|wheretype=="dir"|table ╭────┬──────────┬────...