this post was submitted on 23 Jun 2025
49 points (94.5% liked)

Linux

8334 readers
401 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DmMacniel@feddit.org 10 points 2 weeks ago (2 children)

Huh...

First the site isn't optimised for mobile, those codeblocks are cut off.

Second in the last example why does the author rely on pv when dd has a status flag to display its progress already?

[–] princessnorah@lemmy.blahaj.zone 4 points 2 weeks ago

The code blocks scroll, but they definitely need to telegraph that better:

[–] DirigibleProtein@aussie.zone 1 points 2 weeks ago

why does the author rely on `pv` when `dd` has a status flag to display its progress already

Not all versions of `dd` support the status argument. I think it’s particular to GNU. If you’re working in a shop that runs multiple versions of Linux as well as multiple versions of proprietary UNIX then you tend to use the command that works everywhere rather than remember the exceptions for each. (I worked in a place that ran all of RHEL, SLES, Ubuntu, AIX, Solaris, and SCO UNIX).