Exercises. Part 2

Consider the following directory structure

Question:

$ pwd
/home/thesis/data

$ touch proteins.dat

$ ls
proteins.dat
    
$ mkdir recombine

$ mv proteins.dat recombine

$ cp recombine/proteins.dat ../proteins-saved.dat

$ ls
$ ls -F
analyzed/  fructose.dat    raw/   sucrose.dat
$ ls
analyzed   raw
    
$ ls analyzed
fructose.dat    sucrose.dat
$ mkdir backup
    
$ cp thesis/citations.txt thesis/quotations.txt backup
$ ls -F    
intro.txt    methods.txt    survey.txt
    
$ cp intro.txt methods.txt survey.txt