Skip to content

Commit

Permalink
add ways to delete watermark from allitebook.com
Browse files Browse the repository at this point in the history
  • Loading branch information
chunyang-wen authored Mar 11, 2018
1 parent 9ccca0d commit 61fe55c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Shell/pattern-delete.awk
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
# for example, delete watermarks from it-ebooks.info
# awk -vw=36 -vlb=32 -vla=3 -vp="\/URI (http:\/\/www.it-ebooks.info\/)" -f pattern-delete.awk source > target

# For books from allitebooks, DO an inplace replacement.
# sed -ibak '/allitebooks/d' {pdf-file}

BEGIN{
FS = "\n";
OFS = "\t";
Expand Down

0 comments on commit 61fe55c

Please sign in to comment.