Skip to content
Snippets Groups Projects
test.sh 117 B
Newer Older
  • Learn to ignore specific revisions
  • Marco Del Tufo's avatar
    .
    Marco Del Tufo committed
    #!/bin/bash
    
    for ext in xls xlsx pdf txt jpg; do
    	grep -Eorn  --include \*.md "https://[^ >]+\.${ext}" ./docs/*
    done