Re: Shell script

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: guilde
Subject: Re: Shell script
Jean-Luc Jeanneau <jeanluctux@???> writes:

> Le Saturday 1 November 2003 15:44, Rene LEVANTINH a écrit:
>> Quelles differences entre les shell scripts
>>
>> #!/bin/sh
>>
>> et
>>
>> #!/bin/bash
>>
>> Est ce qu'ils sont compatibles
>
> Sur ma woody, la reponse est sans hesitation : oui, meme chose
>
> prompt> ls -la /bin/sh
> lrwxrwxrwx    1 root     root            4 mai 17 17:41 /bin/sh -> bash


Quand bash est appelé avec /bin/sh il entre en mode POSIX. Sur une
Debian voir /usr/share/doc/bash/POSIX.gz pour plus d'explications.

Christian