01 2017 档案

[python] os.path说明
摘要:os.path — Common pathname manipulations操作 This module implements some useful functions on pathnames. To read or write files see open(), and for access 阅读全文

posted @ 2017-01-06 16:04 萧飞IDO 阅读(464) 评论(0) 推荐(0)

[linux] find命令
摘要:一、find 命令格式 1、find命令的一般形式为; find pathname -options [-print -exec -ok ...] 2、find命令的参数; pathname: find命令所查找的目录路径。例如用.来表示当前目录,用/来表示系统根目录。 -print: find命令 阅读全文

posted @ 2017-01-02 18:08 萧飞IDO 阅读(340) 评论(0) 推荐(0)

导航