termusic: fix typo, linux/t*: add Korean translation (#14753)

* termusic: fix typo

* linux/t*: add Korean translation
This commit is contained in:
코드싸이
2024-11-09 23:21:48 +09:00
committed by GitHub
parent 624a50f563
commit 0a0ba9cf24
55 changed files with 1239 additions and 2 deletions

32
pages.ko/linux/trashy.md Normal file
View File

@@ -0,0 +1,32 @@
# trashy
> Rust로 작성된 `rm` 및 `trash-cli`의 대안.
> 더 많은 정보: <https://github.com/oberblastmeister/trashy>.
- 특정 파일을 휴지통으로 이동:
`trash {{경로/대상/파일}}`
- 특정 파일들을 휴지통으로 이동:
`trash {{경로/대상/파일1 경로/대상/파일2 ...}}`
- 휴지통의 항목 나열:
`trash list`
- 휴지통에서 특정 파일 복원:
`trash restore {{파일}}`
- 휴지통에서 특정 파일 제거:
`trash empty {{파일}}`
- 휴지통에서 모든 파일 복원:
`trash restore --all`
- 휴지통에서 모든 파일 제거:
`trash empty --all`