I run some python files in Linux through command line and I want the out-put of one file to be the input to another..
Eg. in the command line
python file1.python file1.txt
display some characters.....
and I want these characters to be used to another command So I want something like
python file2.python characters_from_previous_output file2.txt
I know that this is wrong but lets say
python file2.python (python file1.python file1.txt ) file2.txt