We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d260cd commit f6cb230Copy full SHA for f6cb230
README.md
@@ -4,10 +4,14 @@ A simple command line tool to check older files in the system.
4
5
Usage:
6
```
7
-./go-least-ls -count=10 -older=60
+./go-least-ls -count=10 -older=60 -filetype .txt
8
+```
9
+Utility lists all the least recently used files based on the file type mentioned in the current directory older <br>
10
+than `-older=<value>` mentioned.<br>
11
12
+-count : Default is 5
13
+-older : Default is 30
14
-Utility lists all the least recently used files in the current directory older <br>
-than `-older=<value>` mentioned.
15
16

17
0 commit comments