Séra Balázs@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agoSometimes less is morelemmy.worldimagemessage-square32fedilinkarrow-up1248
arrow-up1248imageSometimes less is morelemmy.worldSéra Balázs@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square32fedilink
minus-squareSteveTech@programming.devlinkfedilinkEnglisharrow-up13·1 year 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.