Re: Décompte différent dans un script et en ligne de comman…

トップ ページ

このメッセージに返信
著者: Christian Marillat
日付:  
To: guilde
古いトピック: Re: Décompte différent dans un script et en lignede commande
新しいトピック: Re: Décompte différent dans un script et en lignede commande
題目: Re: Décompte différent dans un script et en ligne de commande
On 29 janv. 2024 08:43, Patrice Karatchentzeff <patrice.karatchentzeff@???> wrote:

> En fait, non : j'en ai systématiquement deux de plus...


Pas chez moi :

,----
| $ ps -edf|grep -c thunderbird
| 4
| marillat@debian~  
| $ ./monscript.sh             
| ++ ps -edf
| ++ grep -c thunderbird
| + command=4
| + echo command=4
| command=4
| + [[ 4 > 5 ]]

`----

Christian