list: remove tags before printing

This commit is contained in:
NRK
2021-09-08 06:35:51 +06:00
parent 234709d77a
commit 83122547a5

1
sxbm
View File

@ -88,6 +88,7 @@ bm_add() {
__awk_search() {
awk "$@"' { LINK=$1; $1="";
gsub(/[[:blank:]]\+.*($| )/,"");
print NR ") " LINK " " $0 }' "$DATA_FILE"
}