Re: delete first line in a file
- From: "Fredrik Lundh" <fredrik@xxxxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 13:30:28 +0200
Juergen Huber wrote:
start here:
http://docs.python.org/tut/node9.html#SECTION009200000000000000000
that documentation i have already read, but it wouldn`t help me for my
problem!
that documentation and a little experimentation should be all you need.
i know, how i can read the first line an print them on the screen!
but...how can i say python, delete the first line?!
thats my problem!
read the first line, and ignore it.
then read all the other lines, and write them to a new file.
</F>
.
- References:
- delete first line in a file
- From: Juergen Huber
- Re: delete first line in a file
- From: Fredrik Lundh
- Re: delete first line in a file
- From: Juergen Huber
- Re: delete first line in a file
- From: Fredrik Lundh
- Re: delete first line in a file
- From: Juergen Huber
- delete first line in a file
- Prev by Date: Re: delete first line in a file
- Next by Date: Re: delete first line in a file
- Previous by thread: Re: delete first line in a file
- Next by thread: Re: delete first line in a file
- Index(es):
Relevant Pages
|