Skip to main content

Finding files with a certain extension in Linux

Tip: Use double quotes

find . -name "*.txt"

Comments

Popular posts from this blog