Saturday, December 8, 2018

How #! is treated in shell scripting

In general, # in shell scripting is normally a comment.
But in Shell scripting, #! is the special directive which Unix treats specially. Example as, #!/bin/sh

***

No comments:

Post a Comment