Changeset 36826


Ignore:
Timestamp:
2022-10-17T16:15:53+13:00 (19 months ago)
Author:
davidb
Message:

Changed from import-sample to import dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/mars/trunk/sites/mars/FOREACH-CSV-APPLY-AV-MODELS.sh

    r35221 r36826  
    44#   https://stackoverflow.com/questions/12965400/use-current-filename-multiple-times-in-find-exec
    55
    6 find collect/amc-essentia/import-sample/ -name "*_essentiafeatures_frames.csv" \
     6find collect/amc-essentia/import/ -name "*_essentiafeatures_frames.csv" \
    77     -exec sh -c '[ ! -f ${0%.*}_AV.csv ] && ./RUN-APPLY-AV-MODELS.sh $0 ${0%.*}_AV.csv' {} \; -print
    88
Note: See TracChangeset for help on using the changeset viewer.