Concept Flow - stdin redirection (<)
Start command expecting input
Check for '<' operator
Yes
Open file specified after '<'
Redirect file content to command's stdin
Command reads input from file
Command executes using file input
Output
This flow shows how the shell redirects input from a file to a command using '<', letting the command read from the file instead of keyboard.