PowerShell - Regular Expressions
Given a file 'data.txt' with the following lines:
What will the command
apple banana apricot blueberry avocado
What will the command
Select-String -Pattern '^a' -Path 'data.txt' output?