1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 18:45:59 +02:00
tldr/pages.tr/linux/trash.md
2021-11-03 17:11:39 +01:00

32 lines
630 B
Markdown

# trash
> Çöp / geri dönüşüm kutusunu yönetmek için bir komut satırı arayüzü.
> Daha fazla bilgi için: <https://github.com/andreafrancia/trash-cli>.
- Bir dosyayı sil (çöpe gönder):
`trash {{örnek/dosya}}`
- Çöpteki dosyaları göster:
`trash-list`
- Çöpteki dosyaları geri getir:
`trash-restore`
- Çöpü boşalt:
`trash-empty`
- Çöpü 10 gün öncesinden daha yeni atılan dosyalar hariç boşalt:
`trash-empty {{10}}`
- Çöptw 'foo' ismini taşıyan tüm dosyaları sil:
`trash-rm foo`
- Belirtilen konumdaki tüm dosyaları sil:
`trash-rm {{/detaylı/örnek/konum/dosya_veya_dizin}}`