1. Copy all .c files in the 'src' subdirectory of the current working directory to the 'archive' directory of the curren
Posted: Sat Feb 19, 2022 3:22 pm
1. Copy all .c files in the 'src' subdirectory of the current working directory to the 'archive' directory of the current working directory 2. Delete all .c files in the current working directory that have names beginning with 'temp'. 3. List all *.c files in the 'src' subdirectory of the current working directory and all *.c files in the 'archive' subdirectory of the current working directory. You can do this with one command. 4. Using symbolic mode, give execute permission on file test1.sh (in the current working directory) to everyone.