Hi,
I have a list of numbers such as
1
2
3
0
4
one below the other in a txt file. However, I want to remove or delete the line that contains 0, so that the resulting file would be
1
2
3
4
Can you tell me how to do that?
Hi,
I have a list of numbers such as
1
2
3
0
4
one below the other in a txt file. However, I want to remove or delete the line that contains 0, so that the resulting file would be
1
2
3
4
Can you tell me how to do that?
Powered by Yahoo! Answers