GNU implementation of time utility with detailed resource usage reporting
GNU implementation of time utility
time
$ time sleep 2
$ /usr/local/bin/time -v ls -la /tmp
$ /usr/local/bin/time -f 'Time: %E | CPU: %P | Memory: %M KB' ./script.sh