The default value for the -n option in xargs is typically n (which means it will pass as many arguments as possible to the command). This means that xargs will try to use the maximum number of arguments that can fit in a single command line, depending on system limits. If you do not specify the -n option, xargs will not limit the number of arguments passed to the command.
