Hi, > /bin/sh is a symbolic link to /bin/bash on all linux computers typically... This is often the case, but nothing one can rely on. In general bash is a superset of sh and if bash syntax is used (like [ ... ]) and thus bash is required and not just sh, it makes sense to use #!/bin/bash. Cheers, Joram