Powershell Basics Flashcards
1
Q
Shell
A
An application that accepts text-based commands and used to interact with your computer or other machines via a script or interactive experience like a terminal. EX: Bash, fish, Powershell
2
Q
Terminal
A
App that allows the user to visually interact with shell applications
3
Q
What does Get-P + Tab button result to?
A
All commands starting with Get-P
4
Q
What does / + tab result to?
A
Shows results of possible files and folders accessible from the current directory.
5
Q
A