I'm just in the process of learning Python right now and i'm wondering if there's a way run a program to take a file via directed input and sending output to another file via the command line. Here's what I mean: myprogram.py < my_input > my_output --