Coursera: Google IT Support Professional Certificate, Operating Systems and You, Becoming a Power User
CLI : Command Line Interpreter - called a shell in Linux
- Windows CLI: https://docs.microsoft.com/en-us/powershell/scripting/powershell-scripting?view=powershell-5.1
- Bash:
Windows CLI
Get-Command get a list of all commands
Get-Help [command] get help on a command
Get-Help [command] -Full get verbose info on parameters
ls -Force show hidden files
Get-Alias [command] to see alias definition
Select-String [string] [file] where file can use wildcards