I have the command
sudo find / -size +450M -exec ls -lhGSr {} \;
to find and list files greater than 450M. I know how to display the output in zenity, but I'd like to select a path (any) in zenity output, then double click and this path is opened in a File Manager (in my case in Thunar). How can I achieve that?