On 24 June 2011 00:13, Jason Ryan <[email protected]> wrote: > That's sort of what I was trying to do with a script using pgrep to identify > tabbed and hitch it to that -- or so I thought...
It would be easier just to use an XID file (analogous to a PID file): $ tabbed -d > /tmp/tabbed.xid $ vimprobable2 -e `cat /tmp/tabbed.xid` You could check the XID exists and if not spawn a new tabbed, and so on. cls
