I tried to change the cursor position in the Linux terminal using, for example
echo -e “e[16;45H”
However, it did not work as expected. It only moved the cursor on lines and did not move it on columns
What am I doing wrong, and how can I move the cursor to a specific row and column?