On Linux and FreeBSD, you can use stdbuf. Prefix it to any command for which you want to force line buffering: stdbuf -oL python -c 'import time ...
確定! 回上一頁