用Python语言封装了一个linux命令,代码如下:
[root@oracle11g home]#
cat pyls.py
-
#!/usr/bin/env python
-
#Python wrapper for the ls command
-
-
import subprocess
-
subprocess.call(["ls","-l"])
[root@oracle11g home]#
./pyls.py
总用量 12
drwx------. 5 oracle oinstall 4096 2月 12 18:11 oracle
-rwxr-xr-x. 1 root root 105 2月 18 23:33 pyls.py
drwx------. 4 test test 4096 2月 12 17:36 test
阅读(1616) | 评论(0) | 转发(0) |