Forrest logo
back to the find tool

find:ai:30679

search from this folder down for a file with .vcf
$ find /path/to/search -type f -name '*.vcf'
try on your machine

This command will recursively search from the specified folder down for any files with a .vcf 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 from this folder down for a file with .vcf?
back to the find tool