LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

linkchecker

validates links in websites and documents

TLDR

Check website links
$ linkchecker [https://example.com]
copy
Check local HTML file
$ linkchecker [index.html]
copy
Recursive check
$ linkchecker -r [https://example.com]
copy
Output to file
$ linkchecker -o html -F html/[report.html] [url]
copy
Check external links too
$ linkchecker --check-extern [url]
copy
Limit depth
$ linkchecker -r --depth=[3] [url]
copy

SYNOPSIS

linkchecker [options] url

DESCRIPTION

linkchecker validates links in websites and documents. It finds broken links, redirects, and errors.The tool supports HTTP, HTTPS, FTP, and local files. It can check recursively and generate reports.

PARAMETERS

URL

URL or file to check.
-r
Recursive checking.
--depth N
Maximum recursion depth.
--check-extern
Check external links.
-o TYPE
Output type (text, html, csv, xml).
-F FILE
Output to file.
--help
Display help information.

INSTALL

sudo apt install linkchecker
copy
sudo dnf install linkchecker
copy
nix profile install nixpkgs#linkchecker
copy

CAVEATS

Can be slow on large sites. May trigger rate limiting. Respects robots.txt by default.

HISTORY

LinkChecker was created by Bastian Kleineidam as a comprehensive link validation tool for web content.

SEE ALSO

wget(1), curl(1), lychee(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid