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