Changing a single value in a list
You can change an individual entry in a list to a new value by specifying the name of the list field followed by a subscript.
For example:
(sdb) u 0 quotes[1] 123.45
This command changes the value at index 1 in the list
that is named quotes to the new value 123.45.