Skip to content

Commit 8c41d91

Browse files
author
pmb
committed
doc: readme
1 parent bdcd8a5 commit 8c41d91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Finds all specified files in the current directory and its sub-folders if desired.
44
Then removes duplicated lines, capitalizes them and sort the content.
5-
In the *config.properties* file, you can specify the extension looked for (default is "*txt*"), if it's recursive (default is "*true*") and if contents are capitalized (default is "*true*").
65

76
### How to use it
8-
Place the *jar* file in where the files to process are and with a command-line interface run `java -jar sort.jar`.
7+
Place the *jar* file in where the files to process are and with a command-line interface run `java -jar sort.jar`.
8+
As input args, you can specify the `extension` looked for (default is "*txt*"), if it's `recursive` (default is "*true*") and if it `capitalize` the contents (default is "*true*").
9+
When first use, a `config.properties` will be created holding these. It will be edited when other inputs will be passed.
10+
For instance, to disable recursivity and capitalization run: `java -jar sort.jar recursive false capitalize false`

0 commit comments

Comments
 (0)