No such file or directory when executing /usr/bin/time
I'm building my own android rom. In order to build it, I need to run
mka -j8 bacon
However, I wanted to measure the time it took to build it, so I used
/usr/bin/time -f "User\t%U\nSys\t%S\nReal\...
askubuntu.com