Concept Flow - File descriptors and redirection
Start command
Open file descriptors
Redirect input/output
Execute command with redirected streams
Close file descriptors
End
This flow shows how a shell command opens file descriptors, redirects input/output, runs, then closes descriptors.