Have Find print just the filenames, not full paths May 14, 2023 by Tarik If you’re using GNU find, then find path -printf "%f\n" will just print the file name and exclude the path.