Digital Marketing

Get file name only with Linux GNU 'find'

 find /your-directory -type f -printf "%f\n"

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database