Return to Snippet

Revision: 60284
at October 30, 2012 07:33 by inreflection7


Initial Code
for x in `cat some_list.txt`; do python some_script.py -i input_dir -o output_dir; done;

Initial URL


Initial Description
Simple but something I forgot :-/

Initial Title
BASH inline for loop

Initial Tags


Initial Language
Bash