Linux CLI - Searching and Finding
What will be the output of this command?
find /tmp -type f -name '*.txt' -exec echo File: {} \;find /tmp -type f -name '*.txt' -exec echo File: {} \;echo File: {} on each.-exec echo File: {} prints file paths [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions