style: remove unneeded '-e' sed flag

This commit is contained in:
Ming Di Leom 2021-05-04 08:03:07 +00:00
parent 5446dd2ba8
commit bc929d9870
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ cat "oisd-exclude.html" | \
xmlstarlet format --recover --html 2>/dev/null | \
xmlstarlet select --html --template --value-of '//a' | \
## Append new line https://unix.stackexchange.com/a/31955
sed -e '$a\' > "oisd-exclude.txt"
sed '$a\' > "oisd-exclude.txt"
# Merge Umbrella, Traco and self-maintained top domains
cat "top-1m-umbrella.txt" "top-1m-tranco.txt" "exclude.txt" "oisd-exclude.txt" | \