Forums

"Find" command in bash doesn't...find

Hello there! I was trying to use the "find" command to locate the flask directory. Since I didn't know where could it be, I tried this:

find / flask

To search it in the whole system. It said it didn't find any file or directory named "flask". However, I managed to see such directory when "find" was spitting out all the directories in the system, and then I found it in

/usr/local/lib/python3.4/dist-packages/flask

So....why "find" doesn't find it?

Ehm..nevermind. The right command is find / -type d -name 'flask'

Ehm..nevermind. The right command is find / -type d -name 'flask'

:)

looks like you managed to "find" the solution all by yourself, ho ho.

I'm so sorry.

He will be punished

ahhahahahaahhhahahahha no, please, have mercy! I love puns!