As Clemens Hermann wrote:
> wie kann ich in einem shellscript einen ascii NULL character in eine
> Datei schreiben? printf "\0" funktioniert nicht.
Der hier geht auch noch und kommt mit Standardkommandos aus:
echo -n 0 | tr 0 '\0'
-- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Fri 26 Jul 2002 - 22:50:10 CEST