bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: suggestions: for bash shell: "shebam's and shebang's"


From: Greg Wooledge
Subject: Re: suggestions: for bash shell: "shebam's and shebang's"
Date: Wed, 11 Jan 2017 16:54:05 -0500
User-agent: Mutt/1.4.2.3i

On Wed, Jan 11, 2017 at 01:30:02PM -0500, Bill William wrote:
> The problem with the shebang is that its not a file type its an
> executable...what is needed is the option to only specify a file type...
> examples:
> 
> //Example Shebang:       #!/usr/bin/perl
> //Example Shebam:        #:utf8
> //Example Shebam:        #:ascii
> //Example Shebam:        #:b64encrypt

You are missing a key piece of information: it's not bash who reads and
acts upon the shebang.  It's the kernel.  To bash, it's just a comment.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]