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