mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-08 20:54:38 +02:00
Add companies.csv and finance.csv
This commit is contained in:
@ -25,7 +25,7 @@ try {
|
||||
foreach($Row in $Table) {
|
||||
if ($Row.ABBR -eq $abbr) {
|
||||
$Basename = (Get-Item "$File").Basename -Replace "_"," "
|
||||
"💡 In $Basename $($Row.ABBR) may refer to: $($Row.TERM)"
|
||||
"💡 $($Row.ABBR) in $Basename refers to: $($Row.TERM)"
|
||||
$Matches++
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user