shuf: add Indonesian translation (#6669)
This commit is contained in:

committed by
GitHub

parent
cc25275e96
commit
30d7986595
20
pages.id/osx/shuf.md
Normal file
20
pages.id/osx/shuf.md
Normal 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}}`
|
Reference in New Issue
Block a user