We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a5395 commit 59fda20Copy full SHA for 59fda20
README.md
@@ -1,5 +1,5 @@
1
# CSV File Copy
2
-This is a script to read a csv file containing file names and copy those files to a different directory.
+This is a small utility written in Python to copy files based on the contents of a CSV file.
3
4
## Usage
5
```
@@ -23,4 +23,4 @@ usage: csv-file-copy.py [-h] [-c COLUMN_NAME] [-q] [-o] [--dry-run]
23
24
`-o, --overwrite` - Overwrite file if it already exists in destination (default: skip file)
25
26
-`--dry-run` - Don't copy files, just print what would've been copied
+`--dry-run` - Don't copy files, just print what would've been copied
0 commit comments