You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ Downloads
63
63
-dt --date Classify the files by their Creation Date
64
64
-st --specific-types Move the specific file extensions into the Specific Folder
65
65
-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
67
68
68
69
###Example
69
70
######Classify specific file types
@@ -97,6 +98,16 @@ Workspace
97
98
######Classify by Date:
98
99
`classifier -dt`
99
100
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.
0 commit comments