; Sample commands file ; ; Display the initial tree: display ; ; Look up some artists: artist Clapton, Eric artist Jethro Tull artist Knopfler, Mark ; ; List opus for a few artists: list Clapton, Eric list B. B. King list Allman Brothers Band ; ; Test look-up failure: artist Greatful Dead list Rolling Stones ; ; Look up some titles: title From the Cradle title Riding with the King title Behind the Sun ; ; Test removals: ; This one does not require rebalancing: remove Seeger, Bob display ; This one requires a single rotation: remove Dire Straits display ; This one requires a single rotation (opposite): remove Pink Floyd display remove Howlin' Wolf display ; This one requires a more interesting rotation: remove Jethro Tull display ; And, this one requires a double rotation: remove Allman Brothers Band display ; ; Quit: exit