trash: add Dutch translation and fix placeholder (#13657)

pull/28/head
Sebastiaan Speck 2024-09-12 10:55:44 +02:00 committed by GitHub
parent 9c02648383
commit fbb5055097
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 34 additions and 2 deletions

32
pages.nl/linux/trash.md Normal file
View File

@ -0,0 +1,32 @@
# trash
> Beheer de prullenbak.
> Meer informatie: <https://github.com/andreafrancia/trash-cli>.
- Verplaats een bestand naar de prullenbak:
`trash {{pad/naar/bestand}}`
- Toon alle bestanden in de prullenbak:
`trash-list`
- Herstel een bestand uit de prullenbak (interactief):
`trash-restore`
- Leeg de prullenbak:
`trash-empty`
- Verwijder permanent alle bestanden in de prullenbak die ouder zijn dan 10 dagen:
`trash-empty 10`
- Verwijder alle bestanden in de prullenbak die overeenkomen met een specifiek blob-patroon:
`trash-rm "{{*.o}}"`
- Verwijder alle bestanden met een specifieke oorspronkelijke locatie:
`trash-rm {{/pad/naar/bestand_of_map}}`

View File

@ -21,7 +21,7 @@
- Çöpü 10 gün öncesinden daha yeni atılan dosyalar hariç boşalt:
`trash-empty {{10}}`
`trash-empty 10`
- Çöpte 'foo' ismini taşıyan tüm dosyaları sil:

View File

@ -21,7 +21,7 @@
- Permanently delete all files in the trash which are older than 10 days:
`trash-empty {{10}}`
`trash-empty 10`
- Remove all files in the trash, which match a specific blob pattern: