Nice tip, thank you! Nicola On 02/10/22 09:43, Barry wrote:
On 30 Sep 2022, at 14:30, Nicola Mori <nicolamori@xxxxxxx> wrote: # Save the long-running PID on file ps aux | grep "sleep infinity" | head -n 1 | awk '{ print $2 }' > /container-pipes-pidecho $! >/container-pipes-pid See man bash for $! definition. Barry