Hello,
I am trying to count the number of files created per day with a given extension. I am searching a folder recursively.
What I have at the moment counts the number of files per day, but does not include those days where there are no files.
#!/usr/bin/env python
import os, glob, time...
The problem:
I want to enter a text file, in the format below:
3974.1399 1693.0822 1921.5103 1 3 3 event_outline
3877.0623 1658.3441 1854.6477 2 3 3 event_outline
3818.4111 1641.9969 1769.8671 2 3 3 event_outline
2461.6321 1632.2740...
Hi,
Sorry for the long post, but I thought as much info as possible would help...
I did 8 weeks of fortran77 at university last year, and was always terrible. But I have been trying to use it recently at work to automate a task, trying to format the contents of an ascii text file. I am doing it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.