M
Michele Zio
hi,
how can i delete first line of a file?
example:
file.txt:
1
2
3
4
after operation:
file.txt:
2
3
4
thanks!
how can i delete first line of a file?
example:
file.txt:
1
2
3
4
after operation:
file.txt:
2
3
4
thanks!