this post was submitted on 24 May 2024
834 points (95.3% liked)

linuxmemes

20762 readers
1655 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. 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
[–] [email protected] 4 points 3 months ago (2 children)

It's a joke (afaik), cat only works for stuff like tar archives. Can't figure out what to use for text files though.

[–] [email protected] 2 points 3 months ago

You can also use cat to append some video file formats together, but honestly use ffmpeg.

[–] [email protected] 2 points 3 months ago

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