Yes, I had seen that thread, but I explained I don't want the same
thing as what you're asking for. I do not want to refresh them all in
one command. I want to selectively refresh some of them, but in an
easier fashion than having to type Get for each of them.
On 28 March 2015 at 08:19, Aram Sant
wouldn't something like this work? in the example i (clumsily) find the
.go files, remove them and then B them in again.
% for (i in `{9p ls acme|grep '[1-9]+'}) {
x = `{9p read acme/$i/tag|sed -n -e 's/^([^ ]*\.go) .*$/\1/p' }
if (! ~ $x '') {
echo del | 9p write acme/$i/ctl
B $x
}
}
On Fri, Ap
Any chance of getting mac9p codesigned and usable on 10.10?
-jas
> On Mar 19, 2015, at 11:39 AM, Federico Benavento wrote:
>
> Same here, https://bitbucket.org/fgb/mac9p
>
> —
> Federico Benavento
> benave...@gmail.com
>
>
>
>> On Mar 19, 2015, at 1:36 PM, Charles Forsyth
>> wrote:
>>
>>