* Am Donnerstag, 18. Januar 2001 11:54 schrieb Martin Stahn:
cat datei | awk '{ x++; if(x>=ZEILEN) { print($0);x=0;}}'
ZEILEN halt durch die anzahl ersetzen, also 2 fuer jede zweite zeile etc.
untested und nur quick'n'dirty ;-)
Kann man wieder mal eine function in der /etc/profile.local definieren: function nthline { cat $2 | awk -v ZEILEN="$1" '{ x++; \ if(x>=ZEILEN) { print($0);x=0;}}' > ${2}.new ; } Gruß Peter -- ___________________________________________________________________ Peter Bossy Vorwerk & Sohn GmbH Co. KG Entwicklung & Konstruktion Obere Lichtenplatzer Str. 336 FEM 42287 Wuppertal FON: +49 202 560 355 POB 201964 FAX: +49 202 560 563 42219 Wuppertal mailto:p.bossy@vorwerk-automotive.de http://www.vorwerk-automotive.de _________Please, do not send mails bigger than 2.5 MBytes!_________