🌱 Find Files And Return Parent

#!/bin/bash
find /   -name 'myfile' -type f -exec dirname {} \;
Made by Brandon . If you find this project useful you can donate.