this post was submitted on 27 Jul 2023
260 points (100.0% liked)
Programmer Humor
853 readers
1 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
bash is veeery old and it implements all of posix.
Bash's posix mode still has a lot of bashisms. The only way to test true posix compliance is to test with other shells like
dash
andash
. I have found this is the case a lot of time. People will say it's POSIX compliant shell, but it'll obviously only be tested in bash Like at that point just make it a bash script, since pretty much every system under the sun has it.there is always shellcheck it points them out to you