python遍历目录

larry posted @ 2013年1月29日 14:58 in python with tags python遍历目录 , 1689 阅读
#!/usr/bin/python
# -*- coding: UTF-8 -*-
import os,sys

def Vallfile(path):
    for dirnames,dirs,files in os.walk(path,True):
        for filepath in files:
            print os.path.join(dirnames, filepath)
          
if __name__=="__main__":
    path =sys.argv[1]
    Vallfile(path)

使用方法:

python findallfiles.py 目录路径

例如:

[root@OMS tmp]# python bcd.py  /usr/local/nagios
/usr/local/nagios/share/index.php
/usr/local/nagios/share/robots.txt
/usr/local/nagios/share/side.php
/usr/local/nagios/share/rss-newsfeed.php
/usr/local/nagios/share/config.inc.php
/usr/local/nagios/share/rss-corefeed.php

Avatar_small
deep cleaning servic 说:
2019年9月11日 00:29

HomeMaids Cleaning up Services offers a number of Warehouses, Institutions, Hospitals, Suppliers, Showrooms & Conventional Cleaning, sometimes it is from a smallish office about large manufacturing unit units. Our all of staff will be fully trained for any job how they undertake jewel buffing floorings, using scrubber driers and also general cleaning at work.

Avatar_small
maids in dubai 说:
2021年8月31日 21:26

Lots of people think that easier going with crazy of showing an affinity for starting your cleaning business enterprise. It is not the best glamorous industry to stay. However, when you are prepared to roll up your sleeves, work very difficult, and eventually become a contractor, managing cleaning up crews then marketing ebay can be hugely lucrative.

Avatar_small
home cleaning dubai 说:
2022年3月27日 21:41

In spite of this, it is way better to sign-up and enlist a more refined service when considering maintaining your dwelling clean, consistently. The more refined service can deliver house vacuuming service from high values guaranteeing most people always stop at the house to some clean not to mention healthy habitat. As named above, it can be better to find aid from house more refined service who benefits you. A professional house cleaning company are generally contacted the employees have some dirt-free not to mention hygienic residential.

Avatar_small
part time maids in d 说:
2024年2月01日 00:05

Maids are available who are generally professionally trained to perform the home cleaning using most up-to-date cleaning tools. You must leave your current keys inside box outside your own home and these kind of maids comes in your absence to scrub your household. But make certain the service personnel you use are covered with insurance, bonded along with verified. This needs to avoid expenses you could possibly end way up paying for you to maids even though doing cleaning services whenever they meet using any car accident.


登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter