Just thought I would add a way to show the info for Boris's answer. As
As was just puzzled by time again. In
In bash typetype is your friend. I should really remember to use it more. Old cshcsh habits die hard.
which -a time
/usr/bin/time
type time
time is a shell keyword
type times
times is a shell builtin
type nslookup
nslookup is /usr/bin/nslookup
which -a time
/usr/bin/time
type time
time is a shell keyword
type times
times is a shell builtin
type nslookup
nslookup is /usr/bin/nslookup