Update filter.sh
Browse files
filter.sh
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
#
|
2 |
|
3 |
# If you are on linux, you can download this file, and use it to
|
4 |
-
# automatically delete SOME of the problem images in a directory.
|
|
|
|
|
5 |
# rm $(sh filter.sh)
|
6 |
|
7 |
-
egrep -l 'pussy|
|
|
|
1 |
#
|
2 |
|
3 |
# If you are on linux, you can download this file, and use it to
|
4 |
+
# automatically delete SOME of the problem images in a directory.
|
5 |
+
# Tune the word list to your preference.
|
6 |
+
# Use it to remove jpgs with the listed tag(s), by;
|
7 |
# rm $(sh filter.sh)
|
8 |
|
9 |
+
egrep -l 'pussy|penis|vagina|testicle|censor|watermark|signature|border|text,|reference sheet' *txt |sed 's/txt/jpg/'
|