Lines Matching full:echo
4 echo "Verifying url links of: ${PROJECT}"
7 echo "Directory passed does not exist"
20 FILE=$(echo $LINE | cut -f 1 -d ':')
21 …URL=$(echo $LINE | grep -IoE '\b(https?|ftp|file)://[-A-Za-z0-9+&@#/%?=~_|!:,.;]*[-A-Za-z0-9+&@#/%…
25 # URL=`echo "$URL" | sed 's,/$,,'`
34 echo "================================="
35 echo "Checking URL: ${UNIQ_URL}"
43 echo ERROR: Result is: "${CURL_RES}"
47 echo ERROR: Result is: "${CURL_RES}"
49 echo WARNING: Result is: "${CURL_RES}"
52 echo SUCCESS: Result is: "${CURL_RES}"
54 echo "================================="