An application with stderr is being run using the time command. I want the output of the application to be redirected to /dev/null, the stderr redirected to a log, and the timing redirected to a log.
executing the command:
time cmd args >/dev/null 2>log
redirects the cmd, but not the time command with the timings.