mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
arch: add Dutch translation (#13378)
This commit is contained in:
parent
24c799f46e
commit
c94dfa97a4
1 changed files with 17 additions and 0 deletions
17
pages.nl/osx/arch.md
Normal file
17
pages.nl/osx/arch.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# arch
|
||||||
|
|
||||||
|
> Toon de naam van de systeemarchitectuur, of voer een commando uit onder een andere architectuur.
|
||||||
|
> Zie ook: `uname`.
|
||||||
|
> Meer informatie: <https://keith.github.io/xcode-man-pages/arch.1.html>.
|
||||||
|
|
||||||
|
- Toon de systeemarchitectuur:
|
||||||
|
|
||||||
|
`arch`
|
||||||
|
|
||||||
|
- Voer een commando uit met behulp van x86_64:
|
||||||
|
|
||||||
|
`arch -x86_64 "{{commando}}"`
|
||||||
|
|
||||||
|
- Voer een commando uit met behulp van arm:
|
||||||
|
|
||||||
|
`arch -arm64 "{{commando}}"`
|
Loading…
Add table
Reference in a new issue