Skip to content

Instantly share code, notes, and snippets.

@rrguntaka
Created October 11, 2012 22:07
Show Gist options
  • Save rrguntaka/3875816 to your computer and use it in GitHub Desktop.
Save rrguntaka/3875816 to your computer and use it in GitHub Desktop.
Run a system command for matched files
for fname in glob.glob('./*.jar'): os.system("echo " + fname)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment