Adding a timestamp to the file generated by the Perl script

This commit is contained in:
Emmanuel Di Pretoro 2022-10-14 11:16:39 +02:00
parent d7bf95bace
commit eb954d7106

View File

@ -7,4 +7,4 @@ pdftotext:
@find ./data -not \( -path ./data/text -prune \) -iname '*.txt' -exec mv {} './data/text/' ';'
extract:
@perl extract_urls.pl data/text/*.txt
@perl extract_urls.pl data/text/*.txt > $$(date +"output/links-%FT%T.txt")