linux/f*: add Korean translation (#14703)
* linux/f*: add Korean translation * finch: fix Korean tranlsation * Update pages.ko/linux/fprintd-verify.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
20
pages.ko/linux/free.md
Normal file
20
pages.ko/linux/free.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# free
|
||||
|
||||
> 시스템의 사용 가능 및 사용 중인 메모리 양을 표시합니다.
|
||||
> 더 많은 정보: <https://manned.org/free>.
|
||||
|
||||
- 시스템 메모리 표시:
|
||||
|
||||
`free`
|
||||
|
||||
- 메모리를 바이트/KB/MB/GB 단위로 표시:
|
||||
|
||||
`free -{{b|k|m|g}}`
|
||||
|
||||
- 사람이 읽기 쉬운 단위로 메모리 표시:
|
||||
|
||||
`free -h`
|
||||
|
||||
- 매 2초마다 출력 새로고침:
|
||||
|
||||
`free -s {{2}}`
|
Reference in New Issue
Block a user