You will make a copy of the files needed for these exercises in a directory called tbss.work in your home directory. In a terminal window, move to this directory by typing:
tbss> cd ~/tbss.workCopy the needed directory, but instead of typing TOP_DIR, type the location of the Summer School directory tree:
tbss> cp -rp TOP_DIR/sumschool03/tutorials/03-10Ala_tutorial/files ./10Ala_tutorialFor instance, if the materials are located at /mnt/cdrom or at ~/Desktop, replace TOP_DIR by /mnt/cdrom or ~/Desktop. Use this copy of the tutorial files. Change your current directory to 10Ala_tutorial by typing
tbss> cd ~/tbss.work/10Ala_tutorial