skepller@lemmy.world to Memes@lemmy.ml · 2 days agoCan a Brit confirm this?plus-squarelemmy.mlimagemessage-square16fedilinkarrow-up1245arrow-down17
arrow-up1238arrow-down1imageCan a Brit confirm this?plus-squarelemmy.mlskepller@lemmy.world to Memes@lemmy.ml · 2 days agomessage-square16fedilink
skepller@lemmy.world to YUROP@feddit.org · 2 days agoCan a Brit confirm this? lemmy.worldimagemessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageCan a Brit confirm this? lemmy.worldskepller@lemmy.world to YUROP@feddit.org · 2 days agomessage-square0fedilink
skepller@lemmy.world to Memes@lemmy.ml · 1 month agoBus powers lemmy.mlimagemessage-square6fedilinkarrow-up1239arrow-down12
arrow-up1237arrow-down1imageBus powers lemmy.mlskepller@lemmy.world to Memes@lemmy.ml · 1 month agomessage-square6fedilink
minus-squareskepller@lemmy.worldtoLinux@lemmy.ml•Linux Terminal: CTRL+D is like pressing ENTERlinkfedilinkarrow-up1arrow-down1·edit-26 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
minus-squareskepller@lemmy.worldtoLinux@lemmy.ml•Apparently, 12% of Technology Workers Believe that MacOS is based on Linuxlinkfedilinkarrow-up11·7 months agoSome dude explained below. 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.