Assessment --- Navigating the Windows file system with Git Bash
Jul 18, 2014 • Marcello Barisonzi
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?
the “Desktop” icon
the “Documents” icon
the “Computer” icon
the “Local Disk (C:)” icon
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.