Why Nostr? What is Njump?
2024-01-16 19:58:40

Command Line Magic on Nostr: It's tough to read long numbers, especially the ones we see in data sizes these days. ...

It's tough to read long numbers, especially the ones we see in data sizes these days. What can help is to use the -h option that is provided by some of the GNU utilities. For instance, long list files with human readable sizes:
ls -lh

Show filesystem data with human readable sizes:
df -h

Summarize disk use of directories:
du -sh

Sort that output by the human readable sizes:
du -sh | sort -h
Author Public Key
npub17hcswhel45t4tnh3a7gzf4f74lfyafrq8qe3nlaejj0nk63umcdqcxtk0h