commit bd893ee6b6307391bba550a63c5179620f1f7984
parent 6febdbe1fae3d0912c1133056f55d70819849460
Author: fjbalon <fbalon@templier.es>
Date: Tue, 16 Jun 2026 16:45:27 +0200
Refactorización de código de dd
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dd/index.html b/dd/index.html
@@ -63,7 +63,7 @@ do
printf "$BLOCK_SIZE ($(human_bytes $BLOCK_SIZE)) : $TRANSFER_RATE \n"
done</code></pre>
-<p>Donde <emb><a href="https://balong.es/git/lab/file/unix/shell/humanize-bytes.sh.html">human_bytes</a></emb> se corresponde a una adaptación del script de «humanización» del resultado en bytes:</p>
+<p>Donde <emb>human_bytes</emb> se corresponde a una adaptación del script de «humanización» del resultado en bytes:</p>
<pre><code>unidades=" bytes, KB, MB, GB, TB, PB, EB, ZB, YB"
i=1
base=$(echo "scale=2; $1 / 1" | bc)