Hello! Is there a more elegant way to move from php-81 to php-82 than this: pkg list | grep php | grep 81 | awk '{print $1}' | sed "s/81/82/g" | xargs pfexec pkg install .. maybe something by changing a mediator ?? Regards, Stephan