mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 23:43:25 +01:00
Rename folder Abbr to abbr
This commit is contained in:
parent
c7d469422f
commit
0915de8f8b
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
Can't render this file because it has a wrong number of fields in line 8.
|
@ -18,7 +18,7 @@ param([string]$abbr = "")
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if ($abbr -eq "" ) { $abbr = Read-Host "Enter the abbreviation to query" }
|
if ($abbr -eq "" ) { $abbr = Read-Host "Enter the abbreviation to query" }
|
||||||
$files = (Get-ChildItem "$PSScriptRoot/../Data/Abbr/*.csv")
|
$files = (Get-ChildItem "$PSScriptRoot/../Data/abbr/*.csv")
|
||||||
$basename = ""
|
$basename = ""
|
||||||
foreach($file in $files) {
|
foreach($file in $files) {
|
||||||
$table = Import-CSV "$file"
|
$table = Import-CSV "$file"
|
||||||
|
Loading…
Reference in New Issue
Block a user