windows - Batch to find and replace -


I need to replace all the versions of a specific string with spaces more precisely, give me a batch file Locate all "NaN" in a text file, and replace it with "" (empty space). How can I do this?

Best

CB

If you download stuff You can use the example

  sed -i.bak "s / nan / g / file"  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -