Assessment --- Navigating the Windows file system with Git Bash

Jul 18, 2014 • Marcello Barisonzi
  1. The root (“/”) directory in BASH is the directory that encompasses all files and directories, including system and user files. If you had to get to the root directory using Windows Explorer, which one of the icons shown here would you have to click?Screenshot 2014-07-18 14.00.57
    1. the “Desktop” icon
    2. the “Documents” icon
    3. the “Computer” icon
    4. the “Local Disk (C:)” icon
  2. Insert an Audio CD into your computer’s CD/DVD/BluRay player. By using the BASH commands ‘cd’, ‘ls’ and ‘sort’, write a BASH script that prints out the list of music tracks in the CD, sorted by byte size.