This is a test of the Basic everyday commands. 

1. Find out what the directory structure is using ls.
2. use find to list all the files that begin with the digits 23.
3. Move all the 100 files into the first folder.
4. Move all the 200 files into the second folder
5. Move all the 300 files into the third folder.
6. Make a copy of all the 100 files into the third folder.
7. Move the third folder into the first folder with it's contents intact.
8. Create a file from your history that has the commands used to do steps 3, 4 5 and 6 called moveit
9. Create a new tarball named commands_done.tar.bz2 of the three folders and the moveit file and use the bz2 compression. 
