skepller@lemmy.world to Memes@lemmy.ml · 12 days agoBus powers lemmy.mlimagemessage-square6fedilinkarrow-up1239arrow-down12
arrow-up1237arrow-down1imageBus powers lemmy.mlskepller@lemmy.world to Memes@lemmy.ml · 12 days agomessage-square6fedilink
minus-squareskepller@lemmy.worldtoLinux@lemmy.ml•Linux Terminal: CTRL+D is like pressing ENTERlinkfedilinkarrow-up1arrow-down1·edit-25 months agoThis! It’s merely a buffer flush, in case it’s empty, the program handling the input can choose how to interpret, cat decides to do it as an EOF. Reason why it also works as exit. linkfedilink
This!
It’s merely a buffer flush, in case it’s empty, the program handling the input can choose how to interpret,
cat
decides to do it as an EOF.Reason why it also works as exit.