Skip to content

Latest commit

 

History

History
50 lines (25 loc) · 575 Bytes

process-model.md

File metadata and controls

50 lines (25 loc) · 575 Bytes
in_progress
true

Process Model

Related: Interpreter State. These two docs are the missing documentation for shell!

Constructs

Pipelines

  • shopt -s lastpipe

Functions Can Be Transparently Put in Pipelines

Explicit Subshells are Rarely Needed

  • prefer pushd / popd, or cd { } in Oil.

Redirects

Other

  • xargs, xargs -P
  • find -exec

Builtins