How would we move sinatra.mp3 to the directory Classics?

mv sinatra.mp3 Classics/mv Classics/ sinatra.mp3mv Classics/sinatra.mp3mv sinatra.mp3

Perfect. We use the mv command followed by the file to move and the destination path.

Close! We use the mv command followed by the file to move and the destination path.