Use ls command and glob patterns to list all the files ending in .hs like Imhere.hs from the current directory.
Globbing
Find those little haskells
Report a typo
Sample Input 1:
Sample Output 1:
OkWrite a program in Shell
#!/usr/bin/env bash
solve() {
# add your solution here
}
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.