```
function bogomips-report
echo -n "this rig can do nothing" ; echo -n (grep -i bogomips /proc/cpuinfo | tail -n 1 | cut -d ':' -f 2) ; echo -n " times per second, " ; echo -n (grep -i bogomips /proc/cpuinfo | wc | cut -d ' ' -f 7) ; echo " times at once"
end
```
(Edit: Fish shell, btw.)
inky (թանաքոտ)