https://github.com/patrickmn/filesbyweek
Counts the number of files in a folder created in a certain week
https://github.com/patrickmn/filesbyweek
Last synced: 8 months ago
JSON representation
Counts the number of files in a folder created in a certain week
- Host: GitHub
- URL: https://github.com/patrickmn/filesbyweek
- Owner: patrickmn
- Created: 2011-02-19T23:11:53.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-19T23:12:02.000Z (over 15 years ago)
- Last Synced: 2025-05-09T16:57:24.418Z (about 1 year ago)
- Language: Shell
- Homepage: https://patrickmn.com/projects/filesbyweek/
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
FilesByWeek
http://patrickmylund.com/projects/filesbyweek/
FilesByWeek is a Linux shell (bash) script that lets you check how many files
in a directory were created (or last modified) in a certain week of the year,
using Linux's find and date.
It was designed to count the number of emails received in a few Linux/Postfix
Maildirs every week (and thus excludes .Sent and any Courier/Dovecot IMAP files),
but can be used on any kind of folder.
Usage: ./filesbyweek [dir]