On Thu, Mar 21, 2002 at 02:25:32PM +0000, Mr Tobias Schiebeck wrote: Hi,
Mein problem ist, dass ich nicht weiss wie ich den Filedescriptor Zuruchsetzent kann.
while read -r installine do # do something complex with installine done < $inputfile ?????? # rewind $inputfile while read -r installine do # do something else complex with installine done < $inputfile
Fuer Tipps waere ich dankbar
Wo liegt das Problem? Das funktioniert doch. In der 2. Schleife wird file neu geƶffnet und der Dateizeiger steht somit wieder am Anfang. Du brauchst kein rewind. Probierst doch einfach aus.
Reinhard