Touch a filename in all directories

By.

min read

My profile

Share this:
find . -type d -exec touch {}/filename \;
Share this:

Leave a Reply

Your email address will not be published. Required fields are marked *