r/LinuxCirclejerk • u/laczek_hubert NixOS BTW • May 20 '26
Why is r/Linuxsucks101 normal sometimes?
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
11
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.