this post was submitted on 23 Sep 2023
6 points (100.0% liked)

OpenBSD Operating System

515 readers
1 users here now

useful resources:

Developer blogs:

Ressources:

founded 5 years ago
MODERATORS
 

I frequently find myself needing to rerun commands with the -h flag, and I was just wondering why it is not the default behavior of programs to show sizes in human-readable terms?

you are viewing a single comment's thread
view the rest of the comments
[–] glad_cat@lemmy.sdf.org 7 points 2 years ago* (last edited 2 years ago) (2 children)

I guess because most of the time the data is consumed by another script. I don’t know how OpenBSD behaves, but I would be pretty angry if I had to put such flags (like "-not-human") everywhere in my code, docker scripts, and pipelines.

[–] AnonymousLemming@feddit.de 1 points 2 years ago

Thanks for the explanation.

load more comments (1 replies)