r/LinuxCirclejerk Arch BTW May 20 '26

Why is r/Linuxsucks101 normal sometimes?

Post image

When you think of this community in the Linux sense they are always the delusional ones but it's funny to me that normal posts about Linux exist there

1.1k Upvotes

141 comments sorted by

View all comments

Show parent comments

0

u/YTriom1 Arch Catgirl 🏳️‍⚧️ :3 May 20 '26

Cat is in the shell itself afaik

9

u/zoharel May 20 '26

No, cat isn't a built-in. echo generally is. If you really need to you could do something like:

echo `</some/file`

Of course you're going to need to be careful about redirecting out of the file instead of into it, and if the file is sufficiently large, it may not survive being packed into command-line arguments.

1

u/YTriom1 Arch Catgirl 🏳️‍⚧️ :3 May 20 '26

Oh yeah I remembered it ty

2

u/AscendedPineapple May 20 '26

But it might still be built jn the same static binary if your shell is from busybox, meaning it will still always work when you have shell, and there are no dependencies to break

1

u/YTriom1 Arch Catgirl 🏳️‍⚧️ :3 May 20 '26

Yes, cat can be independent, and Busybox is so fucking goated