PowerTip: Create Function List and Find PowerShell Files

Summary: Use Windows PowerShell to create a function list and find files. How can I use Windows PowerShell to avoid repetitively typing “ls . –r *.ps1” to get a list of PowerShell files and then “ls . –r *.ps1 | sls function” to search the content of those files ...