shuf: add Indonesian translation (#6669)

beep
Theodorus Clarence 2021-10-04 01:31:07 +07:00 committed by GitHub
parent cc25275e96
commit 30d7986595
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

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}}`