this post was submitted on 29 Jul 2023
540 points (94.7% liked)
linuxmemes
20880 readers
2 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
Well, I have no idea what the commands do but I still enjoyed the joke.
Man = manual. Not sure what cat stands for but it prints the content of a file to the terminal (command line).
I believe it stands for concatenate.
I learned it long ago as "catenate".
checks Google
Yep, seems to fit.
Right, I always forget it can do more than just print file contents. Well, not planning on remembering it tomorrow.
cat file1 file2 > file3
=> the contents of bothfile1
andfile2
concatenating their contents intofile3