minus-squareskepller@lemmy.worldtoLinux@lemmy.ml•Linux Terminal: CTRL+D is like pressing ENTERlinkfedilinkarrow-up1arrow-down1·edit-214 days 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.worldtoGames@lemmy.world•Teardown is getting a multiplayer update, so you can rough up innocent walls with your best friendslinkfedilinkEnglisharrow-up3·21 days agoHoly shit, very unexpected! linkfedilink
minus-squareskepller@lemmy.worldtoGames@lemmy.world•Underdogs is amazing.linkfedilinkEnglisharrow-up1·1 month agoCan’t wait for it to release on PSVR2! linkfedilink
minus-squareskepller@lemmy.worldtoLinux@lemmy.ml•Apparently, 12% of Technology Workers Believe that MacOS is based on Linuxlinkfedilinkarrow-up11·1 month 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.