1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-18 02:35:43 +02:00
tldr/pages.ko/common/lychee.md

25 lines
559 B
Markdown
Raw Normal View History

# lychee
> 깨진 URL을 찾기 위한 도구.
2025-07-31 14:37:30 -07:00
> 더 많은 정보: <https://github.com/lycheeverse/lychee/blob/master/README.md#commandline-usage>.
- 웹사이트에서 깨진 링크 스캔:
`lychee {{https://example.com}}`
- 오류 유형의 세부 분류 표시:
`lychee --format detailed {{https://example.com}}`
- DDOS 보호를 방지하기 위해 연결 수 제한:
`lychee --max-concurrency {{5}} {{links.txt}}`
- 디렉터리 구조 내 파일에서 깨진 URL 확인:
`grep -r "{{패턴}}" | lychee -`
- 도움말 표시:
`lychee --help`