Concept Flow - Here strings (<<<)
Start script
Use <<< to send string
Command reads string as input
Command processes input
Output result
End script
The script uses <<< to send a string directly as input to a command, which then processes it and outputs the result.