better analyze.sh output

This commit is contained in:
2023-05-22 11:41:57 +02:00
parent bbbf58b367
commit c1de6d9485
3 changed files with 3 additions and 3 deletions

View File

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