Update grep command.
All checks were successful
dR export statistics build / Build (push) Successful in 15m12s
All checks were successful
dR export statistics build / Build (push) Successful in 15m12s
This commit is contained in:
parent
88f2b6abfe
commit
5661338a08
8
Makefile
8
Makefile
@ -27,14 +27,14 @@ export_dataset:
|
|||||||
|
|
||||||
export_statistics:
|
export_statistics:
|
||||||
@echo "Exporting statisticts. Result will be ./export/2_statistics.txt"
|
@echo "Exporting statisticts. Result will be ./export/2_statistics.txt"
|
||||||
cat export/dataset.txt | grep "Statistics: "
|
cat export/0_dataset.txt | grep "Statistics: "
|
||||||
cat export/dataset.txt | grep "Statistics: " > export/2_statistics.txt
|
cat export/0_dataset.txt | grep "Statistics: " > export/2_statistics.txt
|
||||||
|
|
||||||
|
|
||||||
export_mentions:
|
export_mentions:
|
||||||
@echo "Exporting mentions. Result will be ./export/3_mentions.txt"
|
@echo "Exporting mentions. Result will be ./export/3_mentions.txt"
|
||||||
cat export/dataset.txt | grep "times ment"
|
cat export/0_dataset.txt | grep "times ment"
|
||||||
cat export/dataset.txt | grep "times ment" > export/3_mentions.txt
|
cat export/0_dataset.txt | grep "times ment" > export/3_mentions.txt
|
||||||
|
|
||||||
|
|
||||||
merge_images:
|
merge_images:
|
||||||
|
Loading…
Reference in New Issue
Block a user