Προγραμματισμός ΙΙ: Validate your links

Tools and practices: Validate Links

Problem

Solution

Usage Instructions

bash validateLinks // Performs analysis on CWD
bash validateLinks --help // prints help message
bash validateLinks --dir ../ //Performs analysis on PWD
bash validateLinks --link http://www.google.com // Analysis on google site
bash validateLinks --recursive //Depth First Search on CWD
bash validateLinks --passing //show all passing links
bash validateLinks --redirection //show all redirected links
bash validateLinks --clientError //show all client error links
bash validateLinks --serverError //show all server error links
bash validateLinks --version //show current version

Overview

Report Bugs

Thank you for your attention!


Creative Commons Licence
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.