Skip to content

Commit efe18a7

Browse files
authored
Update README.md
1 parent ca4ea30 commit efe18a7

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Downloads
6363
-dt --date Classify the files by their Creation Date
6464
-st --specific-types Move the specific file extensions into the Specific Folder
6565
-sf --specific-folder Folder to move files with Specific Type
66-
-o --output Main directory to put organized folders
66+
-d --directory The directory whose files you want to classify
67+
-o --output Main directory to put organized folders
6768

6869
###Example
6970
######Classify specific file types
@@ -97,6 +98,16 @@ Workspace
9798
######Classify by Date:
9899
`classifier -dt`
99100

101+
###Example
102+
######Classify files of directory '/home/source' and put them in location '/home/dest':
103+
`classifier -d /home/source -o /home/dest`
104+
105+
`Note: ` If -d (source directory) is given without -o (output) directory, this will classify the files of source directory and the classified folders be in that source directory only. Eg:<br>
106+
`classifier -d /home/source'`<br>
107+
This classifies the directory /home/source directory only.
108+
109+
110+
100111
======
101112

102113
## The MIT License

0 commit comments

Comments
 (0)