Hacker News new | ask | show | jobs
by wfleming 1994 days ago
You could use something like `sh -c 'time ...'` to work around that. (You might need bash instead of sh, it might depend on what sh is on your system.)
1 comments

Thank you, that worked well. I added it to the post.