better analyze.sh output

This commit is contained in:
2023-05-24 15:34:44 +02:00
parent 63e603b00a
commit a02b1ac350
3 changed files with 3 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ ${f_BUY}"
then
echo "BUY: ${f_echo_prefix}${f_BUY}"
echo "${csv_headline},Marketperformance
${f_last_line},${f_market_performance}" | cut -d, -f 2-22 | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
${f_last_line}" | cut -d, -f 2-22 | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
echo "$f_BUY" >${g_tmp}/open-${tmpfile}
BUY_PRICE=$current
f_BUY=""