Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7880015
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:02:34+00:00 2026-06-03T04:02:34+00:00

I often use find to run the same script on a bunch of files.

  • 0

I often use find to run the same script on a bunch of files. So for example if I want to run process.py on all the .png files in dir, I would do:

find dir -name '*.png' -execdir process.py \{\} \;

The picket fence thing in the end is annoying, any way around it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T04:02:36+00:00Added an answer on June 3, 2026 at 4:02 am

    Depending on your keyboard layout, " might be more convenient to use than ' or \. The {} does not need escaping, as far as the Unix & Linux Stack Exchange site knows. Nobody could identify a shell that would need {} escaped, and the examples in the man page do not escape the braces.

    find dir -name "*.png" -execdir process.py {} ";"
    

    Jonathan Leffler has a solution with + in the end, which is not identical in semantics, but often usable.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I often use the excellent find program in Bash to list files with certain
I often use the command grep-find in emacs to search through my source files,
On Linux, I often use grep with context to find usage information in man
I find myself often needing to use int.TryParse() to test if a value is
When programming for the iPhone, I find that I often need to use the
I often find it confusing as to when it is appropriate to use: rs.Close
Quite often I find myself with bunch of R processes running in ESS buffers.
I often find myself wanting to use a 3rd party python module in my
I often use the string search feature for an entire solution in VS2008. Is
I often use the net user command to have a look at AD groups

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.