Friday 22 May 2015

Recursively look for files with a specific extension in Linux



find $directory -type f -name \*.[file extension]


source: http://stackoverflow.com/questions/5927369/recursively-look-for-files-with-a-specific-extension

No comments:

Post a Comment