grep -oP '(?<=<loc>).*?(?=</loc>)' sitemap.xml | head -n 6
For further actions, you may consider blocking this person and/or reporting abuse
grep -oP '(?<=<loc>).*?(?=</loc>)' sitemap.xml | head -n 6
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)