in reply to Opening files from a directory and batch processing into new files

  1. chdir
  2. glob... it seems like you only need a list of files here, instead of opening each file
  3. system to run a script
  4. open
  • Comment on Re: Opening files from a directory and batch processing into new files

Replies are listed 'Best First'.
Re^2: Opening files from a directory and batch processing into new files
by savem (Initiate) on Aug 04, 2011 at 20:56 UTC
    Thanks for pointing me in the right direction, those thinks have been endlessly helpful!