Just glob files

Report a typo

Use ls command and glob patterns to choose all the files whose name begins with "file" or "File", followed by only one symbol and ends with .md, like fileG.md.

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