Exercise: Copy Files ==================== .. sidebar:: * :doc:`/trainings/material/soup/linux/basics/shell/file_dir_create_rm` * :doc:`/trainings/material/soup/linux/basics/shell/cp` * Create two files ``garbage1.txt`` and ``garbage2.txt`` in your home directory (containing whatever you like) * :doc:`Copy <../../cp>` these files into ``/tmp/firstname.lastname/parent/child`` * Do this using a *single* command * :doc:`Remove <../../file_dir_create_rm>` ``garbage1.txt`` and ``garbage2.txt`` from your home directory * Do this using a *single* command