Skip to main content
edited tags
Link
jasonwryan
  • 74.9k
  • 35
  • 204
  • 230
Source Link
E5ten
  • 13
  • 2

Equivalent to GNU find -printf flag in other find implementations

Specifically, in mkinitcpio the command find -mindepth 1 -printf '%P\0' is used, what would be a way to recreate a command with identical output without the -printf flag. https://git.archlinux.org/mkinitcpio.git/tree/mkinitcpio This is the full script in case it is useful.