mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
bleachbit: add Dutch translation (#14145)
This commit is contained in:
parent
2cadf47878
commit
23d48c5639
2 changed files with 31 additions and 0 deletions
24
pages.nl/linux/bleachbit.md
Normal file
24
pages.nl/linux/bleachbit.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# bleachbit
|
||||
|
||||
> Verwijder overbodige bestanden op het bestandssysteem.
|
||||
> Meer informatie: <https://docs.bleachbit.org/doc/command-line-interface.html>.
|
||||
|
||||
- Start de grafische gebruikersinterface (GUI) van Bleachbit:
|
||||
|
||||
`bleachbit --gui`
|
||||
|
||||
- Versnipper een bestand:
|
||||
|
||||
`bleachbit --shred {{pad/naar/bestand}}`
|
||||
|
||||
- Lijst beschikbare schoonmaakopties:
|
||||
|
||||
`bleachbit --list-cleaners`
|
||||
|
||||
- Bekijk een voorbeeld van de bestanden die zullen worden verwijderd en andere wijzigingen die worden doorgevoerd voordat de schoonmaakoperatie wordt uitgevoerd:
|
||||
|
||||
`bleachbit --preview {{--preset|cleaner1.option1 cleaner2.* ...}}`
|
||||
|
||||
- Voer de schoonmaakoperatie uit en verwijder bestanden:
|
||||
|
||||
`bleachbit --clean {{--preset|cleaner1.option1 cleaner2.* ...}}`
|
7
pages.nl/windows/bleachbit.md
Normal file
7
pages.nl/windows/bleachbit.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# bleachbit
|
||||
|
||||
> Dit commando is een alias van `bleachbit_console`.
|
||||
|
||||
- Bekijk de documentatie van het originele commando:
|
||||
|
||||
`tldr bleachbit_console`
|
Loading…
Add table
Reference in a new issue