hello,
im looking for a script or something similar, which deletes the first X (1,2,3 or more, should be configurable) chars of a .txt file.
basically the .txt file looks like this
and after using the script it should be only
i already tried to google, but did not found anything.
help would be really appreciated, thanks
im looking for a script or something similar, which deletes the first X (1,2,3 or more, should be configurable) chars of a .txt file.
basically the .txt file looks like this
Code:
1. http://xxxxxxx
2. http://xxxxxxx
.....
123. http://xxxxxxx
.....
8171. http://xxxxxxx
and after using the script it should be only
Code:
http://xxxx
i already tried to google, but did not found anything.
help would be really appreciated, thanks