Recover deleted file in FreeBSD

Hi everyone,
When a file is deleted in the ufs file system, only the path to that file is deleted and the data of the file remains on disk. How can I find this data, this data will help me to recover the file. (As a reminder, I do this on the freebsd operating system)