One way to do that would be:
vim "+call cursor(<LINE>, <COLUMN>)"
For completeness this is another way:
vim "+normal <LINE>G<COLUMN>|"
One way to do that would be:
vim "+call cursor(<LINE>, <COLUMN>)"
For completeness this is another way:
vim "+normal <LINE>G<COLUMN>|"