1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-26 04:55:25 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`