How do I redirect to multiple file descriptor with a subprocess? Say in the commandline I use python3 test.py 4> fd4.txt 5> fd5.txt but I would like to r
python3 test.py 4> fd4.txt 5> fd5.txt