how can I get the path relative to the working directory of the file using find? now I just get a part of the path..
I mean, when I write find **/*Confirm and press Tab I get this:
:find UserArea/activacionGarantiaConfirm.html.twig but I expected the path relative to my working directory:
:find Project/views/UserArea/activacionGarantiaConfirm.html.twig
:findis relative to your current working directory. Do:pwdto print your current working directory. Do you want it relative to something else?:pwdI get/home/tirengarfio/workspace/procom/src. AftersrccomesProject/views....