more efficient birndet_analysis.service
more efficient extraction.service cleaner birdnet_analysis logging cleaner birdnet.conf functioning species_notifier
This commit is contained in:
@@ -9,8 +9,6 @@ TMPFILE=$(mktemp) || exit 1
|
||||
|
||||
[ -f ${IDFILE} ] || touch ${IDFILE}
|
||||
|
||||
IDFILEBAKUP="${IDFILE}.bak"
|
||||
|
||||
if [ $(find ${PROCESSED} -name '*csv' | wc -l) -ge 1 ];then
|
||||
sort $(find ${PROCESSED} ${ANALYZED} ${EXTRACTED} -name '*csv') \
|
||||
| awk -F\; '!/Scientific/ {print"Common Name: " $4 "\nScientific Name: " $3""}' \
|
||||
|
||||
Reference in New Issue
Block a user