- Introduction to Linux and Bash Scripting
- Step-By-Step
- Tutorial 1: Linux Interface
- Tutorial 2: Magic of Scripting
- Tutorial 3: Learning to Write the Magical Script
- Step-By-Step
- Supplementary Information
- References
For PreCollege Students
Follow the three tutorials that will introduce you to the Linux interface, the magic of scripting, and how to write a script to organize songs by their artist name.
By the end of this video you would have become familiar with the Linux interface, downloaded the exercise files from the github repository and played some music.
This tutorial will showcase the magic of scripting. By the end of this video you would have understood the usefulness of scripting.
This tutorial will walk you through the process of writing the script to organize the songs. By the end of this video you would have become familiar with the terminal environment and commands required to write a script to organize the song by their artist name.
songs/ contains a subset of songs from the SoundSafari Repository which we want to organize according to the Artist name into subfolders.
./organize.sh script will organize the songs into script_organized subfolder according to the Artist name.
If you want to pull more songs, add the name of the song from list_of_songs.txt to list_of_songs_subset.txt and run the ./pull_songs.sh script.