more pure bash to speed up things

This commit is contained in:
olli 2023-11-12 13:29:48 +01:00
parent dd7e7e0aa7
commit d7e4231f76

View File

@ -95,7 +95,7 @@ function check_buy_conditions {
#echo "${csv_headline},Marketperformance
#${f_last_line}" | cut -d, -f 2-22 | perl -pe 's/([0-9].[0-9][0-9][0-9][0-9][0-9][0-9])[0-9]+/$1/g' | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
echo "${f_echo_prefix}${f_BUY}" >${g_tmp}/open-${tmpfile}
BUY_PRICE=$current
BUY_PRICE=$f_price
f_BUY=""
fi