1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 21:46:02 +02:00

Dutch pages: fix (valid) tldr-lint errors (#5367)

This commit is contained in:
bl-ue 2021-03-11 11:54:45 -05:00 committed by GitHub
parent 585e1415c9
commit 3c118dd49b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# find
> Vind een gespecificieerde string in een bestand
> Vind een gespecificieerde string in een bestand.
> Meer informatie: <https://docs.microsoft.com/windows-server/administration/windows-commands/find>.
- Vind de lijnen dat een specifieke string bevatten:

View file

@ -13,7 +13,7 @@
- Herstart de huidige machine:
`shutdown /r`
`shutdown /r /t 0`
- Zet de huidige machine in slaapstand:
@ -27,10 +27,6 @@
`shutdown /s /t {{seconden}}`
- Specifieer een reden voor het afsluiten van de machine:
`shutdown /s /c "{{reden}}"`
- Breek een afsluit sequentie af vooraleer de timer was afgelopen:
`shutdown /a`