Find directory name with wildcard or similar to "like" Find directory name with wildcard or similar to "like" unix unix

Find directory name with wildcard or similar to "like"


find supports wildcard matches, just add a *:

find / -type d -name "ora10*"