Another way, just to add to the list:

echo -e ".mode csv\nselect uuid from event, blob where event.objid=blob.rid
and type='ci' and mtime > julianday('2012-05-27');" | fsl sqlite

-B


On Sat, May 26, 2012 at 5:51 PM, Stephan Beal <[email protected]> wrote:

> On Sun, May 27, 2012 at 12:49 AM, Stephan Beal <[email protected]>wrote:
>
>>  [stephan@host:~/cvs/fossil/fossil]$ f json timeline checkin -b
>> 2012-05-27 -I 1 | awk -F : '/"uuid":/{print $2}' | cut -d'"' -f2
>>
>>
> Slightly more succinct, but should work the same:
>
>  f json timeline checkin -b 2012-05-27 -I 2 | grep '"uuid"' | cut -d'"' -f4
>
>
> --
> ----- stephan beal
> http://wanderinghorse.net/home/stephan/
> http://gplus.to/sgbeal
>
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to