wget -r -np -l 1 https://example.com

Category: Networking

wget -r -np -l 1 https://example.com

Recursively download a website one level deep

-r enables recursive download, -np (no-parent) prevents following links above the starting directory, -l 1 limits depth to 1 level. Useful for mirroring a documentation site for offline reading.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.