shuf: add Indonesian translation (#6669)

This commit is contained in:
Theodorus Clarence
2021-10-04 01:31:07 +07:00
committed by GitHub
parent cc25275e96
commit 30d7986595

20
pages.id/osx/shuf.md Normal file
View File

@@ -0,0 +1,20 @@
# shuf
> Generate permutasi acak.
> Informasi lebih lanjut: <https://www.gnu.org/software/coreutils/shuf>.
- Acak urutan baris di sebuah file dan outputkan hasilnya:
`shuf {{nama_file}}`
- Hanya mengoutputkan 5 entri dari hasil:
`shuf -n {{5}} {{nama_file}}`
- Menuliskan output ke file lain:
`shuf {{nama_file}} -o {{nama_file_output}}`
- Men-generate angka acak dari 1-10:
`shuf -i {{1-10}}`