Forrest logo
back to the find tool

find:ai:63f16

Search for files in current folder and subfolder .md
$ find . -type f -name '*.md'
try on your machine

This command searches for files in the current folder and subfolders with the .md extension.

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:

  • Search for files in current folder and subfolder .md?
back to the find tool