Skip to content

Conversation

@DemetriosBairaktaris
Copy link
Contributor

User is now able to specify source, destination, and number of days via command line. Source defaults to current directory, destination is required, days defaults to 240.

Usage: python move_files_over_x_days.py -src [SRC] -dst [DST] -days [DAYS]
OR : python move_files_over_x_days.py --src [SRC] --dst [DST] --days [DAYS]
OR: python move_files_over_x_days.py -dst [DST] Only required argument is the destination. Others will default.

@DemetriosBairaktaris DemetriosBairaktaris changed the title added option to use command line arguments to script Added option to use command line arguments to script Dec 26, 2017
@DemetriosBairaktaris DemetriosBairaktaris changed the title Added option to use command line arguments to script Add option to use command line arguments to script Dec 26, 2017
@geekcomputers geekcomputers merged commit 6d91f3b into geekcomputers:master Dec 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants