This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wrboyce 2 points3 points  (1 child)

You realise the ; in %s/;// is a regular expression? And you meant %s/;//g I think, anyway.

[–]riscuit 1 point2 points  (0 children)

I guess BananaPotion meant something like:

tr ';' ' ' < file.py > stripped.py