`tree -f` prints the full path of a file

I’ve used tree for a while to print the directory tree. I didn’t know about tree -f, which prints the full path of a file. Very useful for grepping.