minus-squaremcx808@programming.devtoLinux@programming.dev•Why Microsoft open sourced PowerShell and ported it to Linuxlinkfedilinkarrow-up1·7 days agoSelect-String It’s really useful too. You can either pipe in text or for example Get-ChildItem a directory of files and it will parse them all. As usual it returns a helpful object with properties like line number. linkfedilink
Select-String
It’s really useful too. You can either pipe in text or for example Get-ChildItem a directory of files and it will parse them all. As usual it returns a helpful object with properties like line number.