none
This commit is contained in:
parent
60c9f8229a
commit
9d10bd857f
@ -5,15 +5,16 @@
|
|||||||
if test "X$RECOLL_FILTER_FORPREVIEW" = "Xyes" ; then
|
if test "X$RECOLL_FILTER_FORPREVIEW" = "Xyes" ; then
|
||||||
sed \
|
sed \
|
||||||
-e '/^$/N;/^\n$/D' \
|
-e '/^$/N;/^\n$/D' \
|
||||||
-e '/(bibdsk.*|month|bibsource|crossref|ee|groups|owner|pages|timestamp|url|file|price|citeulike.*|markedentry|posted-at)[[:space:]=]*/I d' \
|
-e '/(bibdsk.*\|month\|bibsource\|crossref\|ee\|groups\|owner\|pages\|timestamp\|url\|file\|price\|citeulike.*\|markedentry\|posted-at)[[:space:]=]*/I d' \
|
||||||
-e '/@[^{]*{/ d' \
|
-e '/@[^{]*{/ d' \
|
||||||
\
|
\
|
||||||
-e 's/{//g' \
|
-e 's/{//g' \
|
||||||
-e 's/},\?$//g' \
|
-e 's/},\?$//g' \
|
||||||
-e 's/^[ ]*//' \
|
-e 's/^[ ]*//' \
|
||||||
|
-e 's/({|}|=)//g' \
|
||||||
< $1
|
< $1
|
||||||
else
|
else
|
||||||
sed -e '/(bibdsk.*|month|bibsource|crossref|ee|groups|owner|pages|timestamp|url|file|price|citeulike.*|markedentry|posted-at)[[:space:]=]*/I d' \
|
sed -e '/\(StaticGroup\|bibdsk.*\|month\|edition\|address\|query\|bibsource\|crossref\|ee\|groups\|owner\|pages\|timestamp\|url\|file\|price\|citeulike.*\|markedentry\|posted-at\)[[:space:]=]*/I d' \
|
||||||
-e '/@[^{]*{/ d' \
|
-e '/@[^{]*{/ d' \
|
||||||
\
|
\
|
||||||
-e 's/^[^{]*{//g' \
|
-e 's/^[^{]*{//g' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user