Séra Balázs@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 years agoSometimes less is morelemmy.worldimagemessage-square30linkfedilinkarrow-up1226arrow-down124
arrow-up1202arrow-down1imageSometimes less is morelemmy.worldSéra Balázs@lemmy.world to linuxmemes@lemmy.worldEnglish · 2 years agomessage-square30linkfedilink
minus-squareSteveTech@programming.devlinkfedilinkEnglisharrow-up13·2 years agoIt writes to a file like >, and echos it back at the same time; in this case the latter isn’t needed (we’re just using it to write with sudo), but it’s good to know.
It writes to a file like
>, and echos it back at the same time; in this case the latter isn’t needed (we’re just using it to write with sudo), but it’s good to know.