Assuming we saved a file called ignore-urls.txt (which contains links that LinkReaper-cli should ignore): ```bash # === ignore-urls.txt file === # Ignore All Seneca College URLs https://senecacollege.ca # Ignore all Learn@Seneca URLs https://learn.senecacollege.ca/ ``` We could use it like this: ```bash $ linkReaper readfile index.html -ignore ignore-urls.txt ``` This would produce an output without and Seneca College or Learn@Seneca URLs.