Skip to content

Find

fd

list of files with name only (no path)

fd . -X printf '%s\n' {/}
find ./dir1 -type f -exec basename {} \;

Last update: 2023-04-24