@alyth to linuxmemesEnglish • 6 months agotoxic help forumimagemessage-square300arrow-up1883arrow-down143
arrow-up1840arrow-down1imagetoxic help forum@alyth to linuxmemesEnglish • 6 months agomessage-square300
minus-square@[email protected]linkfedilink2•6 months agoThis is a joke, is it? Can you literally just cat the image files next to each other?
minus-square@[email protected]linkfedilink4•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-square@[email protected]linkfedilinkEnglish2•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
minus-squareCaptain AggravatedlinkfedilinkEnglish2•6 months agoYou can also use cat to append some video file formats together, but honestly use ffmpeg.
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
You can also use cat to append some video file formats together, but honestly use ffmpeg.