In UNIX/LINUX, is there an easy way to track the time a command takes?
Use
/usr/bin/time
instead that the time builtin in the bash: it is more configurable AFAIK.
e.g. /usr/bin/time --format=' \n---- \nelapsed time is %e'ls