adjusted readme
This commit is contained in:
parent
ef7e7b933b
commit
50d59e5145
11
README.md
11
README.md
@ -1,6 +1,6 @@
|
|||||||
# Benutzung
|
# Benutzung StringFinder
|
||||||
```
|
```
|
||||||
. ./StringFinder # zum Importieren der Funtionen
|
. ./StringFinder.ps1 # zum Importieren der Funtionen
|
||||||
|
|
||||||
Check-Files -Path C:\Dir\to\Scan -StringFilePath C:\File\with\Strings.txt
|
Check-Files -Path C:\Dir\to\Scan -StringFilePath C:\File\with\Strings.txt
|
||||||
```
|
```
|
||||||
@ -11,3 +11,10 @@ Check-Files -Path C:\Dir\to\Scan -StringFilePath C:\File\with\Strings.txt
|
|||||||
Ausgabe: Dateipfad, Zeilennummer, gefundenes Muster
|
Ausgabe: Dateipfad, Zeilennummer, gefundenes Muster
|
||||||
|
|
||||||
Ausgabe kann mit "| Out-File" in eine Datei geschrieben werden
|
Ausgabe kann mit "| Out-File" in eine Datei geschrieben werden
|
||||||
|
|
||||||
|
#Benutzung Extractor
|
||||||
|
```
|
||||||
|
. ./Extractor.ps1
|
||||||
|
|
||||||
|
ProcessLogToHash -Path c:\path\to\log.log
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user