Hi,
Stefan Jahn wrote:
> Hallo,
>
> wie schaffe ich es - wenn möglich mit Bordmitteln - alle Leerzeilen aus
Hast du dir denn schon selber den Kopf drueber zerbrochen? *seuftz*
olivleh1(at)kartoffel olivleh1> awk '/^[^$]/ {print}' test
sdas
asas
sa
olivleh1(at)kartoffel olivleh1> cat test
sdas
asas
sa
olivleh1(at)kartoffel olivleh1>
-- Oliver Lehmann @home: lehmann(at)ans-netz.de @office: oliver.lehmann(at)mgi.de @www: http://www.pofo.de/ | http://wishlist.ans-netz.de/ To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 01 Jun 2003 - 12:57:11 CEST