this post was submitted on 05 Oct 2024
10 points (100.0% liked)
Bash
720 readers
1 users here now
Talk about the Bash Shell and Bash scripting
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thank you. Article kept referring to them as "streams" which is meaningless in the context of Linux. Writing this article without describing or even mentioning file handles is a disservice.
Really? C++ uses the word stream to refer to abstractions that are buffers for reading/writing (depending permission).
How would files and streams differ in that case?
I guess you're saying file handles can be pointing to memory instead of storage but I always think of the word "file" for data written to storage instead of ram. What makes it meaningless in the context of Linux?