# Display the compact disc table of contents.
% ru ls

    Title                                      Artist
--------------------------------------------------------------------------------
 0. Best Of Hardfloor: The Mixes               Hardfloor/Various
--------------------------------------------------------------------------------
 1. Rishing High Collective "Fever Called Love 
 2. Robert Armani "Circus Bells" (Hardfloor re 
 3. Bassheads "Is There Anybody Out There?" (H 
 4. Hardfloor "Beavis At Bat" (Dave Angel Remi 
 5. Hardfloor "Strikeout" (Surgeon Remix)      
 6. New Order "Blue Monday" (Hardfloor Remix)  
 7. Depeche Mode "It's No Good" (Hardfloor Rem 
 8. Hardfloor "Kangaroos & Bubbles" (Armando's 
 9. Mory Kante "Yeke Yeke" (Hardfloor Remix)

# Apply a regular expression to the album and track titles.
% ru tag -t 's/^(.*) "(.*)"( .*)/$1 \/ $2$3/'

# Change the album artist and title.
% ru tag -0 "Hardfloor / The Best of Hardfloor: The Mixes"

# Change a track artist.
% ru tag -1 "Rising High Collective /"

# Change a track title.
% ru tag -8 "Kangaroos and Bubbles (Armando's Darkside Remix)"

# Make sure that everything is capitalized correctly.
% ru tag -c

# Display the corrected table of contents.
% ru ls

    Title                                      Artist
--------------------------------------------------------------------------------
 0. The Best of Hardfloor: The Mixes           Hardfloor
--------------------------------------------------------------------------------
 1. Fever Called Love (Hardfloor Remix)        Rising High Collective
 2. Circus Bells (Hardfloor Remix)             Robert Armani
 3. Is There Anybody Out There? (Hardfloor Rem Bassheads
 4. Beavis at Bat (Dave Angel Remix)           
 5. Strikeout (Surgeon Remix)                  
 6. Blue Monday (Hardfloor Remix)              New Order
 7. It's No Good (Hardfloor Remix)             Depeche Mode
 8. Kangaroos and Bubbles (Armando's Darkside  
 9. Yeke Yeke (Hardfloor Remix)                Mory Kante