find: Invoking xargs

1 
1 8.4 Invoking 'xargs'
1 ====================
1 
1      xargs [OPTION...] [COMMAND [INITIAL-ARGUMENTS]]
1 
1    'xargs' exits with the following status:
1 
1 0
1      if it succeeds
1 123
1      if any invocation of the command exited with status 1-125
1 124
1      if the command exited with status 255
1 125
1      if the command is killed by a signal
1 126
1      if the command cannot be run
1 127
1      if the command is not found
1 1
1      if some other error occurred.
1 
1    Exit codes greater than 128 are used by the shell to indicate that a
1 program died due to a fatal signal.
1 

Menu