Skip to content

Commit

Permalink
Update README.md for 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew-Alleman authored May 26, 2023
1 parent ab25391 commit e3e4539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ $ ./ds -m -T --hide -f /var/log/autodeauth/log
```

## Reading all files in a directory
You can use the ```--directory``` option to read all files in the specified directory recursively. The ```-D``` option is used to display the filename where the match was found.
You can use the ```--directory``` option to read all files in the specified directory recursively. The ```-D``` option is used to display the filename where the match was found. ```-l``` or ```--line``` is used to display the line number the content was found on.
```
$ ds --directory test_dir/ -D
$ ds --directory test_dir/ -Dl
```
![preview](media/directory_search.gif)

Expand Down

0 comments on commit e3e4539

Please sign in to comment.