Add CLI parsing. The simplest parser MVN data ready to use

This commit is contained in:
Danila Gamkov
2025-01-23 10:12:10 +03:00
parent 31f3413ab0
commit 5f6fd039f7
4 changed files with 256 additions and 90 deletions

6
asotr_parse.sh Normal file
View File

@@ -0,0 +1,6 @@
ls | grep -P '.*data01.asotr01' | xargs -I {} ./asotr_csv -f {} >> ../asotr1_T.csv
ls | grep -P '.*data02.asotr01' | xargs -I {} ./asotr_csv -f {} >> ../asotr1_P.csv
ls | grep -P '.*data06.asotr01' | xargs -I {} ./asotr_csv -f {} >> ../asotr1_TSET.csv
ls | grep -P '.*data01.asotr02' | xargs -I {} ./asotr_csv -f {} >> ../asotr2_T.csv
ls | grep -P '.*data02.asotr02' | xargs -I {} ./asotr_csv -f {} >> ../asotr2_P.csv
ls | grep -P '.*data06.asotr02' | xargs -I {} ./asotr_csv -f {} >> ../asotr2_TSET.csv