help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

difference between read -u fd and read <&"$fd"


From: Peng Yu
Subject: difference between read -u fd and read <&"$fd"
Date: Wed, 15 May 2024 21:25:41 -0500

Hi,

It appears to me that read -u fd and read <&"$fd" achieve the same
result. But I may miss corner cases when they may be different.

Is it true that they are exactly the same?

-- 
Regards,
Peng



reply via email to

[Prev in Thread] Current Thread [Next in Thread]