BASH inline for loop


/ Published in: JavaScript
Save to your folder(s)

Simple but something I forgot :-/


Copy this code and paste it in your HTML
  1. for x in `cat some_list.txt`; do python some_script.py -i input_dir -o output_dir; done;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.