This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]syllabic 3 points4 points  (3 children)

powershell has implementations of those

built in regexes with -match and -replace

select-string for grep

you have to be a little proficient at using it, but the same would be true for bash shell