Séra Balázs to linuxmemes@lemmy.worldEnglish • 2 years agoSometimes less is morelemmy.worldimagemessage-square32arrow-up1247
arrow-up1247imageSometimes less is morelemmy.worldSéra Balázs to linuxmemes@lemmy.worldEnglish • 2 years agomessage-square32
minus-square@SteveTech@programming.devlinkfedilinkEnglish13•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.
What does
tee
do?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.