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:
parent
d9157ae2cc
commit
0294cc9ea7
1 changed files with 32 additions and 0 deletions
32
pages.tr/linux/trash.md
Normal file
32
pages.tr/linux/trash.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue