Monday, December 30, 2013

testgirl@magicalportable:~/more_cowbell$ cp music.txt copymusic.txt #copy the music.txt file to a new file in this same directory, and name the new file copymusic.txt
testgirl@magicalportable:~/more_cowbell$ ls -F
classical.txt copymusic.txt music.txt songs/ songs.txt/


testgirl@magicalportable:~/more_cowbell$ cp music.txt songs/ # copy the file music.txt into the songs directory, without changing the name of the file
testgirl@magicalportable:~/more_cowbell$ ls -F
classical.txt copymusic.txt music.txt songs/ songs.txt/
testgirl@magicalportable:~/more_cowbell$ ls -F songs/
music.txt

testgirl@magicalportable:~/more_cowbell$ cp music.txt /home/testgirl/my_music.txt # copy the file music.txt to the /home/testgirl/ directory and name the new file my_music.txt

testgirl@magicalportable:~/more_cowbell$ ls -F ~
Desktop/ more_cowbell/ my_music.txt