this post was submitted on 24 May 2024
839 points (95.4% liked)
linuxmemes
20880 readers
7 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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 can also use cat to append some video file formats together, but honestly use ffmpeg.
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