display the contents of a file result.txt on screen at a time
Answers
Answered by
1
Answer:
In the Windows Command shell, type is a built in command which displays the contents of a text file. Use the type command to view a text file without modifying it.
In PowerShell, type is a built-in alias to the Get-Content cmdlet, which also displays the contents of a file, but using a different syntax.
Similar questions
Social Sciences,
4 months ago
Chemistry,
4 months ago
Science,
4 months ago
Computer Science,
9 months ago
Computer Science,
9 months ago