To ask the user whether to execute a command on a single file, you can
use the find
primary `-ok' instead of `-exec':
When processing multiple files with a single command, to query the user
you give xargs
the following option. When using this option, you
might find it useful to control the number of files processed per
invocation of the command (see section Limiting Command Size).
--interactive
-p
Go to the first, previous, next, last section, table of contents.