shuf: add Dutch translation and align pages (#13044)

* shuf: add Dutch translation and align pages

* Update shuf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update shuf.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
Sebastiaan Speck
2024-06-18 22:16:06 +02:00
committed by GitHub
parent 9f5612ec15
commit 3cdca255a4
7 changed files with 54 additions and 14 deletions

View File

@@ -9,7 +9,7 @@
- Sólo muestra las 5 primeras entradas del resultado:
`shuf --head-count={{5}} {{nombre_archivo}}`
`shuf --head-count=5 {{nombre_archivo}}`
- Escribe el resultado en otro archivo:
@@ -17,4 +17,4 @@
- Genera números aleatorios en el rango 1-10:
`shuf --input-range={{1-10}}`
`shuf --input-range=1-10`