On Fri, 2022-10-07 at 17:47 +0200, tastytea wrote: > > > /usr/bin/test was installed by sys-apps/coreutils
If you're using bash, the "test" command is actually built-in to the shell to avoid forking a million processes in every shell script.
On Fri, 2022-10-07 at 17:47 +0200, tastytea wrote: > > > /usr/bin/test was installed by sys-apps/coreutils
If you're using bash, the "test" command is actually built-in to the shell to avoid forking a million processes in every shell script.