In Python, often you may want to execute linux command and get ... import os cmd = 'wc -l my_text_file.txt > out_file.txt' os.system(cmd) ...
確定! 回上一頁