|
|
|
|
|
by immibis
243 days ago
|
|
> If you’ve read the man page for xargs, you’ll see this warning: >> It is not possible for xargs to be used securely However, the security issue this warning relates to is not the one that's applicable here. The one here is possible to avoid by using -- at the end of the command. |
|