파이썬 os.system()

(Python os.system()에서 넘어옴)

1 개요[ | ]

Python os.system()
PHP
Copy
import os
os.system('grep www-http /etc/services')
# https		443/tcp				# http protocol over TLS/SSL
# https		443/udp

2 같이 보기[ | ]