Powerlevel9k was a tool for building a beautiful and highly functional CLI, customized for you. P9k had a substantial impact on CLI UX, and its legacy is now continued by P10k.
sysctl vm.swapusage returns a single line, vm.swapusage: total = 1024,00M used = 379,25M free = 644,75M (encrypted), so it is easy to parse the result in one RegEx.
sysctl vm.swapusage
returns a single line,vm.swapusage: total = 1024,00M used = 379,25M free = 644,75M (encrypted)
, so it is easy to parse the result in one RegEx.