I have dual screen and gnome-termial(with multiple tab), so, there are about 20 terminal screen.
I forgot which terminal window opened a vim. How could I found out the terminal?
ps -ef|grep vim
root 32265 32264 0 Aug22 pts/1 00:00:03 vim httpd-ssl.conf
But, what terminal is the pts/1? Is there any command could help me found it?