Which command in Linux is used to position the cursor in a specified row and column?

Linux

1 answer

Answer

1050268

2026-05-18 04:15

+ Follow

Linux
Linux

In Linux, the command used to position the cursor in a specified row and column in a terminal is tput. You can use it with the cup capability, for example: tput cup <row> <column>. This command moves the cursor to the specified row and column, allowing for precise control of cursor placement in terminal applications.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.