Re: Weird behaviour with Script files



In news:f5pa7d$rkr$1$8302bc10@xxxxxxxxxxxxxxxx,
Steve <user@xxxxxxxx> wrote:

When I tried to start on my CentOS machine, a script file, I have the
answer : Bad Interepreter !! !??!?!
Any idea what it could it be ?
All my script files, start by :
#!/bin/bash

For starters, please post the output of these commands:

ls -l /bin/bash script_file
file $(which bash)
.



Relevant Pages