Regarding read command

Hi all,

What does -u option indicates in read command.

while read -u var1
do
.
.
done < file.txt

The -u flag means : "Read input from file descriptor"