418
Finding a years old project be like
(iusearchlinux.fyi)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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
Oh hey, it really does!