What does an ampersand at the beginning of a line do in csh? It seems to be ignored (with no error message), but why?
For security reasons, it is desirable to check the integrity of code before execution, avoiding tampered software by an attacker. So, my question is How to sign executable code and run only trusted ...