Forrest logo
back to the find tool

find:ai:0d242

Find folder named 'ciconia' within the file system and output the location
$ find / -name ciconia -type d 2>/dev/null
try on your machine

Find folder named 'ciconia' within the file system and output the location

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:

  • find folder which has "ciconia"?
back to the find tool