What are the shell commands to do the following activities:
list all the files in the current directory
change to a different directory
delete a file
delete a directory and its contents
What do the following shell commands do?
cp my_file.rb your_file.rb
cd ..
mv /mydev/freetime/home.rb /mydev/sample/home.rb