Hi, I'm trying to find a file with the name "hibernate.cfg.xml" with the command find
and it can't find it, but I know it exists and in several projects under my home The command I'm executing is:
$ find /home/santi hibernate.cfg.xml
What would be the correct way to search for it?