this post was submitted on 19 Jul 2024
113 points (99.1% liked)

Comic Strips

12019 readers
1928 users here now

Comic Strips is a community for those who love comic stories.

The rules are simple:

Web of links

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] palordrolap@kbin.run 11 points 2 months ago (2 children)

Fun fact: In a hilarious misuse of the #! script interpreter mechanism, on Linux (and similar operating systems), if you put #!/bin/cat as the first line of a file and make it executable, it'll dump itself to the current output channel when called by name.

Which is basically what you're describing.

See also: Perl, which will try to interpret almost anything as legitimate code if you don't tell it not to.

[–] trigg@lemmy.world 3 points 2 months ago

I'd go for /usr/bin/strings personally, then it'll allow binary junk too!

[–] grrgyle@slrpnk.net 2 points 2 months ago

Omg it really does - how is that so cute??