sudoedit.8 ls -1d *%2F %7C sudo xargs -I%7B%7D du %7B%7D -sh %26%26 csudo du -sh
execute a command as another user
-D level    Enable debugging of sudo plugins and sudo itself.  The level may be a value from 1 through 9.
-s [command]
            The -s (shell) option runs the shell specified by the SHELL environment variable if it is set
            or the shell as specified in the password database.  If a command is specified, it is passed
            to the shell for execution via the shell's -c option.  If no command is specified, an
            interactive shell is executed.
source manpages: sudoedit