Use the -exec option of the find command to move all .png files from the /tmp/test directory to /tmp/pics.
Find and exec
Move files
Report a typo
Sample Input 1:
file.txt 10
foto.png 10
book.pdf 10
data.csv 10
foto_anna.png 10Sample Output 1:
foto_anna.png
foto.pngWrite 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.