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