mirror of
https://github.com/ru-de/faq.git
synced 2024-11-22 18:32:19 +00:00
text cosmetics
This commit is contained in:
parent
3f1277bdba
commit
1588c947d1
@ -35,7 +35,7 @@ while read FILE; do
|
|||||||
grep -Po '(?<=href=")http[^"]*(?=")' "${FILE}.html" > links
|
grep -Po '(?<=href=")http[^"]*(?=")' "${FILE}.html" > links
|
||||||
|
|
||||||
if [ -s links ]; then
|
if [ -s links ]; then
|
||||||
echo "Проверка файла $FILE на битые ссылки... ";
|
echo "Проверка файла $FILE на недоступные ссылки... ";
|
||||||
while read LINK; do
|
while read LINK; do
|
||||||
echo -n "Ссылка $LINK ... ";
|
echo -n "Ссылка $LINK ... ";
|
||||||
REGEXP_LINK=$(echo $LINK | sed 's/[]\.|$(){}?+*^[]/\\&/g')
|
REGEXP_LINK=$(echo $LINK | sed 's/[]\.|$(){}?+*^[]/\\&/g')
|
||||||
|
Loading…
Reference in New Issue
Block a user