Copy directory with its content

Report a typo

You have the apps folder in the current directory, copy it with all the files in it to the new folder programs.

Sample Input 1:

echo
ls

Sample Output 1:

echo
ls
Write a program in Shell
#!/usr/bin/env bash
function solve() {
# add your solution here

}
___

Create a free account to access the full topic