On Thu, Nov 13, 2008 at 1:04 PM, Donny Jekels
<[EMAIL PROTECTED]> wrote:
> Can anyone please get me started in the right direction, that would be
> great.

Well, unfortunately, it's not too easy. I suppose you'd write a script to open
them all and, when they're all open, read /tag/sel/index and send them all to
appropriate columns...

wmiir read /tag/sel/index | awk '
        function send(col) { print "send " $1 " " col }
        /foo/ { send(2) }
        /bar/ { send(3) }
        ' | sort -nt' ' +2 |
        wmiir xwrite /tag/sel/ctl

or something like that. The above is, of course, not tested.

Reply via email to