Hi, I'd like to do the following things in python script
x = "file1"
y = "file2"
shell's commands x y
Is any one out there tell me how it get done.
Thanks
GIAO
x = "file1"
y = "file2"
shell's commands x y
Is any one out there tell me how it get done.
Thanks
GIAO
Comment