alyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 6 months agotoxic help forumlemmy.worldimagemessage-square296fedilinkarrow-up1883arrow-down142
arrow-up1841arrow-down1imagetoxic help forumlemmy.worldalyth@lemmy.world to linuxmemes@lemmy.worldEnglish · 6 months agomessage-square296fedilink
minus-squareboredsquirrel@slrpnk.netlinkfedilinkarrow-up2·6 months agoThis is a joke, is it? Can you literally just cat the image files next to each other?
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-up4·6 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·6 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
This is a joke, is it? Can you literally just cat the image files next to each other?
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