Appearance
CSI <n> D
0x1B 0x5B <n> 0x44
Moves the cursor <n> columns to the left in the current row. Default <n> = 1. Clamps at column 1; no wrap.
<n>
<n> = 1
printf '\e[5D' # back 5 columns