I'm using Ubuntu 23.10 x64. The time program has an -f flag but when I run it says -f command not found.
time -f "%Uu %Ss %er %MkB %C" ./countwords hamlet.txt
I'm trying to get the time program to output the memory use in addition to the default output.