Just wondering how i can load a list (text document) of 300,000+ lines and have it delete the first two characters. Like loading a list, of
CODE
* hi
* this
* is
* the
* list
And have it pop out as
CODE
hi
this
is
the
list
Except with 300,000+ lines. Thanks alot.