Update what-is.ps1

This commit is contained in:
Markus Fleschutz 2023-09-11 10:56:09 +02:00
parent 0281bed912
commit 5f6e4d3fb4
2 changed files with 3 additions and 1 deletions

View File

@ -1876,6 +1876,7 @@ NSAPI,Netscape Server Application Programming Interface
NSIS,Next Steps in Signaling
NSP,network service provider
NT1,network terminator 1
NTIA,"(U.S.) National Telecommunications and Information Administration"
NTFS,New Technology File System
NTP,Network Time Protocol
NTR,Normal Trade Relations
@ -2325,6 +2326,7 @@ SAX,Simple API for XML
SBAs,search-based applications
SBC,session border controller
SBIR,Small Business Innovative Research
SBOM,Software bill of materials
SBR,skill-based routing
SC,sunk cost
SC,supply chain

1 ABBR MEANING
1876 NSIS Next Steps in Signaling
1877 NSP network service provider
1878 NT1 network terminator 1
1879 NTIA (U.S.) National Telecommunications and Information Administration
1880 NTFS New Technology File System
1881 NTP Network Time Protocol
1882 NTR Normal Trade Relations
2326 SBAs search-based applications
2327 SBC session border controller
2328 SBIR Small Business Innovative Research
2329 SBOM Software bill of materials
2330 SBR skill-based routing
2331 SC sunk cost
2332 SC supply chain

View File

@ -28,7 +28,7 @@ try {
"💡 $($row.ABBR) in $basename refers to: $($row.MEANING)"
}
}
if ($basename -eq "") { "🤷‍ Sorry, my databases have no '$abbr' entry." }
if ($basename -eq "") { "🤷‍ Sorry, no '$abbr' entry found in my abbrevation tables (located at .../Data/Abbr/)." }
exit 0 # success
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"