Adding a timestamp to the file generated by the Perl script
This commit is contained in:
parent
d7bf95bace
commit
eb954d7106
2
Makefile
2
Makefile
@ -7,4 +7,4 @@ pdftotext:
|
|||||||
@find ./data -not \( -path ./data/text -prune \) -iname '*.txt' -exec mv {} './data/text/' ';'
|
@find ./data -not \( -path ./data/text -prune \) -iname '*.txt' -exec mv {} './data/text/' ';'
|
||||||
|
|
||||||
extract:
|
extract:
|
||||||
@perl extract_urls.pl data/text/*.txt
|
@perl extract_urls.pl data/text/*.txt > $$(date +"output/links-%FT%T.txt")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user