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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,714 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,831 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.