Tagged Questions
3
votes
4answers
3k views
bash, dash and string comparison
While writing a fairly simple shell script, I've tried to compare two strings.
I was using /bin/sh instead of /bin/bash, and after countless hours of debugging, it turns out dash (which is actually ...