Powershell
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.
Reference
Get-Content
Read the contents of a file
Get-Content -Path .\test.txt
PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework.
Read the contents of a file
Get-Content -Path .\test.txt