# tldr (manual for command)

[TL;DR](https://github.com/tldr-pages/tldr) 는 기존의 가독성이 좋지 않은 Linux man 페이지의 단점을 해결하기 위해 커뮤니티를 중심으로 사용 예제 중심의 심플한 manual page를 만드는 프로젝트입니다.

`tldr` 명령어를 통해 각종 리눅스 명령어의 사용법을 쉽게 확인할 수 있습니다.

터미널 창에 `tldr --help` 를 입력해 간단한 사용법과 프로그램 옵션을 확인할 수 있습니다.

![](/files/-Me7dhnHEC-AnTpiv-5E)

## 명령어 사용법 확인하기

`man tar` 를 입력하여 볼 수 있는 기존의 man 페이지가 제공하는 화면은 아래와 같습니다.‌

tar 명령어의 모든 옵션과 사용법이 개발자 관점에서 설명되었기 때문에 처음 tar 명령어를 접한 사용자들에게는 불친절할 수 있습니다.

![](https://gblobscdn.gitbook.com/assets%2F-MOdedbke_kpJqE1CY2X%2F-Me7fownQXPffpODoH1p%2F-Me7h9JL5VioLCyuQKpK%2Fimage.png?alt=media\&token=dd9b2e3f-7c4e-4c06-b4d4-5e23d2130370)

`tldr [명령어]` 를 입력하면 해당 명령어의 사용법을 예제들과 함께 확인할 수 있습니다.

아래 이미지는 `tar` 명령어의 사용법을 확인하기 위해 `tldr tar` 를 입력한 모습입니다.

![](/files/-Me7gWOr3R5Dy6kFNG1j)

`tar` 명령어 외에도 다양한 명령어의 사용법을 아래와 같이 확인할 수 있습니다.

![nmap 명령어 사용법](/files/-Me7iuVEYljm0S0rlZKX)

![htop 명령어 사용법](/files/-Me7jQi3mlnML8TNGOru)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hamonikr.org/hamonikr-5.0/tips/cli-tools/tldr-manual-for-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
