Forrest logo
back to the find tool

find:ai:dae98

Recursively list all jpg files in the current directory and subdirectories
$ find . -type f -name '*.jpg'
try on your machine

Recursively list all jpg files in the current directory and subdirectories

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • list all jpg files recursively?
back to the find tool