79154139

Date: 2024-11-04 03:39:30
Score: 2.5
Natty:
Report link

Are you trying to multithread?

-P maxprocs, --max-procs=maxprocs
   Parallel mode: run at most maxprocs invocations of utility at
   once.  If maxprocs is set to 0, xargs will run as many processes
   as possible.
... | xargs -P 0 -I % ln % /tmp/images/ 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: nntrn