set ignoring files with less then 50 to 45
This commit is contained in:
parent
934c5719d8
commit
49b01b3946
@ -129,9 +129,9 @@ do
|
|||||||
echo "${file}" | egrep -q "BALANCE|MSCI-WORLD-INDEX" && continue
|
echo "${file}" | egrep -q "BALANCE|MSCI-WORLD-INDEX" && continue
|
||||||
|
|
||||||
lines=$(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,' | wc -l)
|
lines=$(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,' | wc -l)
|
||||||
if [ $lines -lt 50 ]
|
if [ $lines -lt 40 ]
|
||||||
then
|
then
|
||||||
g_echo "Only $lines lines for given timeframe (${ANALYZE_TIME}) in $file - ignoring files with less then 50!"
|
g_echo "Only $lines lines for given timeframe (${ANALYZE_TIME}) in $file - ignoring files with less then 40!"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user