Files
developer-roadmap/roadmaps/shell-bash/content/input-redirection@Chfv9Fyy-Mk2zpOrYNbjV.md
T
Arik Chakma 274082fd77 feat: clean roadmap content and sync scripts (#10181)
* refactor: clean to roadmap content

* refactor: move shared helpers into scripts/lib
2026-07-28 05:45:17 +06:00

605 B

Input Redirection

Input redirection enables a command to obtain its input from a source other than the standard input (typically the keyboard). Instead of typing input directly, a command can read data from a file or another command's output. This is achieved using operators like < to specify the input source.

Visit the following resources to learn more: