Perguntas com a marcação «powershell-v3.0»

13
Powershell equivalente a Ctrl + R?

No bash, eu posso fazer Ctrl+ Re começar a digitar um comando para que ele pesquise no meu histórico. Como faço isso no PowerShell? Existe uma maneira de vincular uma chave a algo como? function GH($str) {get-history | select-string $str} Mas eu precisaria reler a string para cada entrada de...