Python and bash snippets
Get-ChildItem -Recurse -Include *.txt -Path . | Select-String -Pattern "foobar"
No comments:
Post a Comment