Skip to content

Commit f6cb230

Browse files
committed
Updated the README.md
1 parent 0d260cd commit f6cb230

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ A simple command line tool to check older files in the system.
44

55
Usage:
66
```
7-
./go-least-ls -count=10 -older=60
7+
./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
814
```
9-
Utility lists all the least recently used files in the current directory older <br>
10-
than `-older=<value>` mentioned.
1115

1216
![alt text](./Usage.png "Usage.")
1317

0 commit comments

Comments
 (0)