call : ./ create_file.sh copy : call mkdir newdir cp file1.txt file2.txt created_file.txt newdir clean : - rm -r newdir - rm created_file.txt