...
|
...
|
@@ -43,7 +43,7 @@ Please see below for a list of command line options.
|
43
|
43
|
Excel format for date cells (default as in Excel)
|
44
|
44
|
-filemask
|
45
|
45
|
bulk mode, specify a file mask here (e.g. "/use/docs/datalib/2018*.csv")
|
46
|
|
- make sure to quote the filespace to prevent shell globbing
|
|
46
|
+ make sure to quote the filespec to prevent shell globbing
|
47
|
47
|
-h
|
48
|
48
|
-help
|
49
|
49
|
display usage information
|
...
|
...
|
@@ -124,7 +124,7 @@ of people looking for such a tool, I decided to make it publicly available. I am
|
124
|
124
|
I am sure there are much better, more Go-idiomatic ways to achieve this functionality. If you have feedback on how to improve
|
125
|
125
|
the code or want to contribute, please do not hesitate to do so. I'd really like to improve my GO skills and learn things.
|
126
|
126
|
As my spare time for coding is limited to some hours around midnight a week, so please have some patience with my answers.
|
127
|
|
-I am still amazed what you can accomplish within less than 200 lines of code in terms of making my admin part of life easier. :-)
|
|
127
|
+I am still amazed what you can accomplish within less than 500 lines of code in terms of making my admin part of life easier. :-)
|
128
|
128
|
|
129
|
129
|
### Changelog
|
130
|
130
|
|