Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Or, in actual posix compatible way:

    find /tmp/test -type f -iname '*.ogg' -exec sh -c 'for f; do printf "%s\n" "${f##*/}"; done' - {} +


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: