what is the cli cmd to know the path of the cursor in terminal

The command is:
which cursor
Or if you want the full resolved path (including symlinks):
readlink -f $(which cursor)
which cursor will output the path where the cursor binary is located (e.g., /usr/bin/cursor or /usr/local/bin/cursor).
This is a shared conversation. Sign in to Orris to start your own chat.