@@ -2,7 +2,7 @@
help:
@cat doc/help.txt
pdftotext:
pdftotext: | init
@find ./data -iname '*.pdf' -execdir pdftotext {} \;
@find ./data -not \( -path ./data/text -prune \) -iname '*.txt' -exec mv {} './data/text/' ';'
The note is not visible to the blocked user.