mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-01 05:00:06 +02:00
Add cooking.csv
This commit is contained in:
@ -19,7 +19,7 @@ try {
|
||||
foreach($Row in $Table) {
|
||||
if ($Row.Abbreviation -eq $Abbreviation) {
|
||||
$Filename = (get-item "$File").Name
|
||||
" → $($Row.Abbreviation) = $($Row.Description) (in $Filename)"
|
||||
" → $($Row.Abbreviation) = $($Row.Definition) (in $Filename)"
|
||||
$FoundOne = $true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user