Search Results

Search: Posts Made By: ariesb2b
1,651
Posted By Don Cragun
In the command: read b || read b <&3 The...
In the command:
read b || read b <&3
The first read reads data from the standard input of the script. If that fails (presumably because we have hit EOF on standard input), the second read uses <&3...
1,651
Posted By Scrutinizer
This is expected behavior. If there is too much...
This is expected behavior. If there is too much input then the last lines never get read. If there is no more input on stdin then the other values get empty values. It is up to the script to provide...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy