How to delete lines containing a specific character in a text file with PowerShell?
Input file example:
12314+000000 00000000 20 300 1238238948023 A+A+000000 00000000 20 500 1238238948023
Output file example:
20 300 1238238948023 20 500 1238238948023
So it will delete lines containing +
or specific characters or words.