How to Search for files by extension in linux?Ganesh KadamAug 6, 20201 min readTo look for files with a certain extension, add it to the command.find . -name *.txtOutput./test/subtest/subfil.txt ./test/gk22.txt ./test/gk1.txt ./home1/gks32.txt ./home2/gk22.txt ./qa/tags.txt
To look for files with a certain extension, add it to the command.find . -name *.txtOutput./test/subtest/subfil.txt ./test/gk22.txt ./test/gk1.txt ./home1/gks32.txt ./home2/gk22.txt ./qa/tags.txt
Comentários