Skip to content

Commit

Permalink
Updated the README.md
Browse files Browse the repository at this point in the history
karanrn committed Jan 29, 2020
1 parent 0d260cd commit f6cb230
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -4,10 +4,14 @@ A simple command line tool to check older files in the system.

Usage:
```
./go-least-ls -count=10 -older=60
./go-least-ls -count=10 -older=60 -filetype .txt
```
Utility lists all the least recently used files based on the file type mentioned in the current directory older <br>
than `-older=<value>` mentioned.<br>
```
-count : Default is 5
-older : Default is 30
```
Utility lists all the least recently used files in the current directory older <br>
than `-older=<value>` mentioned.

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

0 comments on commit f6cb230

Please sign in to comment.