alyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 9 months agotoxic help forumlemmy.worldimagemessage-square289fedilinkarrow-up1877
arrow-up1877imagetoxic help forumlemmy.worldalyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 9 months agomessage-square289fedilink
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up4·9 months agoIt’s a joke (afaik), cat only works for stuff like tar archives. Can’t figure out what to use for text files though.
minus-squareReveredOxygen@sh.itjust.workslinkfedilinkEnglisharrow-up2·9 months agoYou use cat. It literally just appends the bytes of the two files to each other. It just so happens that the tar format can work with that
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up2·9 months agoYou can also use cat to append some video file formats together, but honestly use ffmpeg.
It’s a joke (afaik), cat only works for stuff like tar archives. Can’t figure out what to use for text files though.
You use cat. It literally just appends the bytes of the two files to each other. It just so happens that the tar format can work with that
You can also use cat to append some video file formats together, but honestly use ffmpeg.