Re: [dev] dvtm - get list of terminals

From: Claudio M. Alessi <smoppy_AT_gmail.com>
Date: Fri, 11 Dec 2009 18:23:49 +0100

Or just use a command like the following:

        for P in $(pgrep -P $(pgrep -n dvtm)) ; do ps x -o ppid,tty |grep ^$P ; done

This will works with the first instance of dvmt found, though it's extremely
easy to make a script which handles all running instances. Hope this helps.

Regards,
Claudio M. Alessi

-- 
JID: smoppy AT gmail.com
WWW: http://cma.teroristi.org
Received on Fri Dec 11 2009 - 17:23:49 UTC

This archive was generated by hypermail 2.2.0 : Fri Dec 11 2009 - 17:36:02 UTC