Remove directory with its content

Report a typo

You have the apps folder in the current directory, remove it with all the files in it.

Sample Input 1:

echo
ls

Sample Output 1:

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

}
___

Create a free account to access the full topic