Linux CLI - Searching and Finding
What will be the output of this command if the directory contains files
log1.txt, log2.txt, and notes.txt?find . -name 'log*.txt'
log1.txt, log2.txt, and notes.txt?find . -name 'log*.txt'
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions