You can use this command to answer the question with what you learned in the module
curl -s https://www.inlanefreight.com | tr " " “\n” | grep -oE ‘https://www.inlanefreight.com/([^#"]+)’ | sort -u | wc -l
You can use this command to answer the question with what you learned in the module
curl -s https://www.inlanefreight.com | tr " " “\n” | grep -oE ‘https://www.inlanefreight.com/([^#"]+)’ | sort -u | wc -l