Powershell
Dicas de PowerShell
Comandos equivalentes do Linux/Bash
Localizando strings em arquivos
Get-Content * | Select-String "string"
Contando linhas
ls | Measure-Object -line
Get-Content * | Select-String "string" | Measure-Object -line
= Outras dicas
PowerShell: Conectando ao Domino
Windows: Impedir que a minha sessão de Remote Desktop seja fechada devido à inatividade?