sunos/*: add Dutch translation (#8743)

This commit is contained in:
Simon Verhoeven
2022-10-06 17:09:36 +02:00
committed by GitHub
parent 83d8e57068
commit 678ec806fd
9 changed files with 186 additions and 0 deletions

16
pages.nl/sunos/dmesg.md Normal file
View File

@@ -0,0 +1,16 @@
# dmesg
> Schrijft de kernel berichten naar de standaard output.
> Meer informatie: <https://www.unix.com/man-page/sunos/1m/dmesg>.
- Toont kernel berichten:
`dmesg`
- Toont hoeveel fysiek geheugen beschikbaar is op het systeem:
`dmesg | grep -i memory`
- Toont kernel berichten per pagina:
`dmesg | less`