Share via

sed alternative in windows

PANDEY Manish 21 Reputation points
2021-12-08T09:09:40.657+00:00

Hi Team,

I am trying to use command similar to sed in windows .Need some input regarding the same
Below is the operation which i want to perform
sed -e "\'s/Time stamp: //\' -e \'s/ GMT//\'"> abc.txt

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Castorix31 91,871 Reputation points
    2021-12-08T09:36:45.767+00:00

    You can use PowerShell
    For example : How To Replace Text in a File with PowerShell

    2 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.