Skip to content

Commit

Permalink
fix: disable regex whenever possible
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLeom committed Dec 31, 2023
1 parent 5821143 commit dea0ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sort -u > "urlhaus-domains.txt"

## Parse online URLs only
cat "URLhaus.csv" | \
grep '"online"' | \
grep -F '"online"' | \
cut -f 6 -d '"' | \
cut -f 3- -d "/" | \
sed "s/^www\.//g" | \
Expand Down

0 comments on commit dea0ece

Please sign in to comment.