trash: add Turkish translation (#7363)

This commit is contained in:
Tan A
2021-11-03 19:11:39 +03:00
committed by GitHub
parent d9157ae2cc
commit 0294cc9ea7

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

@@ -0,0 +1,32 @@
# 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}}`