mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:53:52 +02:00
shuf: add Indonesian translation (#6669)
This commit is contained in:
parent
cc25275e96
commit
30d7986595
1 changed files with 20 additions and 0 deletions
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}}`
|
Loading…
Add table
Reference in a new issue