common/*, osx/arch: add Indonesian translation (#12977)
This commit is contained in:

committed by
GitHub

parent
c5b88dfc90
commit
6e57c786d4
17
pages.id/osx/arch.md
Normal file
17
pages.id/osx/arch.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# arch
|
||||
|
||||
> Tampilkan nama arsitektur sistem saat ini, atau jalankan suatu perintah menggunakan arsitektur yang berbeda.
|
||||
> Lihat juga: `uname`.
|
||||
> Informasi lebih lanjut: <https://keith.github.io/xcode-man-pages/arch.1.html>.
|
||||
|
||||
- Tampilkan informasi arsitektur sistem saat ini:
|
||||
|
||||
`arch`
|
||||
|
||||
- Jalankan suatu perintah menggunakan arsitektur x86_64:
|
||||
|
||||
`arch -x86_64 "{{command}}"`
|
||||
|
||||
- Jalankan suatu perintah menggunakan arsitektur arm:
|
||||
|
||||
`arch -arm64 "{{command}}"`
|
Reference in New Issue
Block a user