Files
tldr/pages.tr/linux/trash.md
2023-09-24 10:40:06 +05:30

33 lines
630 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`
- Çöpte '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}}`