dup, pipe, and Building Shell Redirection
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/systems/semester-04-systems-programming/module-04-systems-level-programming/concepts/cluster-02-file-descriptors-and-io/06-dup-pipe-and-building-shell-redirection-primary.md - App:
systems - Semester:
semester-04-systems-programming - Module:
module-04-systems-level-programming - Unit kind:
concept - Curation level:
generated_default
Learning objectives
- Explain
dup,pipe, and Building Shell Redirection in the language of the current curriculum, not just the source book. - Apply
dup,pipe, and Building Shell Redirection to one concrete learner task or example inside this semester. - Use
code,the-c-programming-languageas a selective source of truth when the learner-facing explanation is not enough.
Prerequisites
- The earlier concept pages and practice tasks in the current module.
Source books
codethe-c-programming-language
Source routes
Code
- /books/code via
Code: Peripherals (Part 3)
The C Programming Language
- /books/the-c-programming-language/chapter-08-file-descriptors via
K&R 8.3:open,creat,close,unlink``