I'm trying to make the terminal always display the execution time of a process that I call via the command line (i.e., I want to find out how long it takes to for the process to finish).
I know that if you type time before the command, at the end it will display the execution time, but the idea is not to type anything but the command and receive the execution time at the end if possible.