I'm trying to get Python to send the EOF
signal (Ctrl+D) via Popen()
. Unfortunately, I can't find any kind of reference for Popen()
signals on *nix-like systems. Does anyone here know how to send an EOF
signal like this? Also, is there any reference of acceptable signals to be sent?
问问题
3238 次