top of page
Search

How to Search for files by extension in linux?

To look for files with a certain extension, add it to the command.


find . -name *.txt

Output


./test/subtest/subfil.txt
./test/gk22.txt
./test/gk1.txt
./home1/gks32.txt
./home2/gk22.txt
./qa/tags.txt

237 views0 comments

Comments


Post: Blog2_Post
bottom of page