Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Jun 15, 2018
1 parent fe30bc6 commit 9150d35
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Additionally, `-AsHashtable` returns a hashtable containing:
[string]$md5 = [arraylist]$files
```

## Example

```powershell
Get-Duplicate -Path 'C:/folder1' -Recurse
# Pipeline DirectoryInfo objects
Get-Item 'C:/folder1' | Get-Duplicate
# Pipeline folder paths
'C:/folder1' | Get-Duplicate
```

## Command line

```powershell
Expand Down

0 comments on commit 9150d35

Please sign in to comment.