Remove them carefully

Report a typo

Use rm command and glob patterns to remove certain files from the directory. Remove the files that have any three symbols in their name and end in .cma. For example: RmB.cma.

Sample Input 1:

Sample Output 1:

Ok
Write a program in Shell
#!/usr/bin/env bash

solve() {
# add your solution here

}
___

Create a free account to access the full topic