On 3/8/16 6:04 AM, Isabella Parakiss wrote: > > This seems to be a related problem: > $ time (exec true) # doesn't print anything
Timing is an attribute associated with a command. In this case, that's the simple command (`exec true') that is run in a subshell. When that command is executed, the shell that is started to run the subshell and print the timing statistics is overwritten by the `exec true'. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/