stat: add Dutch translation (#13046)
This commit is contained in:
24
pages.nl/osx/stat.md
Normal file
24
pages.nl/osx/stat.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# stat
|
||||
|
||||
> Toon bestandsstatus.
|
||||
> Meer informatie: <https://keith.github.io/xcode-man-pages/stat.1.html>.
|
||||
|
||||
- Toon bestandseigenschappen zoals grootte, permissies, aanmaak- en toegangsdatums en meer:
|
||||
|
||||
`stat {{pad/naar/bestand}}`
|
||||
|
||||
- Zelfde als hierboven maar uitgebreid (meer vergelijkbaar met Linux's `stat`):
|
||||
|
||||
`stat -x {{pad/naar/bestand}}`
|
||||
|
||||
- Toon alleen octale bestandspermissies:
|
||||
|
||||
`stat -f %Mp%Lp {{pad/naar/bestand}}`
|
||||
|
||||
- Toon eigenaar en groep van het bestand:
|
||||
|
||||
`stat -f "%Su %Sg" {{pad/naar/bestand}}`
|
||||
|
||||
- Toon de grootte van het bestand in bytes:
|
||||
|
||||
`stat -f "%z %N" {{pad/naar/bestand}}`
|
Reference in New Issue
Block a user