Skip to content
Snippets Groups Projects
Commit 8b88795d authored by kr69sugu's avatar kr69sugu
Browse files

Merge branch 'master' of https://git.idiv.de/kr69sugu/ecotrondata

parents e1327e99 4e22daa5
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ fi ...@@ -11,6 +11,7 @@ fi
# ecoTron-data-20200707-20200915 # ecoTron-data-20200707-20200915
grep X $1 | cut -d',' -f8 | sort | uniq > unknownTags grep X $1 | cut -d',' -f8 | sort | uniq > unknownTags
while IFS= read -r line while IFS= read -r line
do do
grep "$line" $unknownTags grep "$line" $unknownTags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment