by: adminPosted on: August 1, 2024 Why “read var 1< file1" does not read from file in GNU Bash shell? And why "read var < file1" does? [duplicate] If the number 1 means stdout, why I’m not reading the stdout from file in “1< file” ?