@merari42@lemmy.world to Microblog Memes@lemmy.worldEnglish • 9 months agoA dog is not the opposite of a catlemmy.worldimagemessage-square59fedilinkarrow-up1575arrow-down122
arrow-up1553arrow-down1imageA dog is not the opposite of a catlemmy.world@merari42@lemmy.world to Microblog Memes@lemmy.worldEnglish • 9 months agomessage-square59fedilink
minus-square@rc__buggy@sh.itjust.workscakelinkfedilinkEnglish19•edit-29 months agotee isn’t exactly the opposite of cat but I can’t remember a command that only redirects screen output to a file. What is up, tee? edit: what’s the opposite of “cd …”?
minus-square@SpaceNoodle@lemmy.worldlinkfedilinkEnglish4•9 months agocat is for concatenating files, so the opposite would be something that breaks a stream up into multiple files.
minus-square@tetris11@lemmy.mllinkfedilinkEnglish1•9 months agotac is a real command and does exactly what you think it is
minus-square@jaybone@lemmy.worldlinkfedilinkEnglish3•9 months agoIt prints to stdout. I’d say the opposite is read, which reads from stdin.
minus-square@Trigger2_2000@sh.itjust.workslinkfedilinkEnglish2•9 months agopwd Print Working Directory
minus-square@jaybone@lemmy.worldlinkfedilinkEnglish2•9 months agoThere’s pushd where the opposite is clearly popd.
tee isn’t exactly the opposite of cat but I can’t remember a command that only redirects screen output to a file.
What is up, tee?
edit: what’s the opposite of “cd …”?
cat is for concatenating files, so the opposite would be something that breaks a stream up into multiple files.
tac
is a real command and does exactly what you think it isIt prints to stdout. I’d say the opposite is read, which reads from stdin.
pwd Print Working Directory
There’s pushd where the opposite is clearly popd.
Hmm, maybe pwd?