Re: ascii NULL in shellscript

From: Oliver Fromme <olli(at)secnetix.de>
Date: Sat, 27 Jul 2002 20:06:32 +0200 (CEST)

Joerg Over <over(at)dexia.de> wrote:
> dd if=/dev/zero count=1 bs=1 >> file_to_append_null_character.txt

Das folgende funktioniert unter FreeBSD (ist aber leider
nicht portabel):

jot -nc 1 0 >> Datei

Und das folgende ist die kürzeste mir bekannte Lösung.
Wie portabel das ist, darüber wage ich nicht zu spekulie-
ren. Unter Solaris geht's offenbar nicht.

dc -e0P >> Datei

Gruß
   Olli

-- 
Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München
Any opinions expressed in this message may be personal to the author
and may not necessarily reflect the opinions of secnetix in any way.
"All that we see or seem is just a dream within a dream" (E. A. Poe)
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Sat 27 Jul 2002 - 20:06:36 CEST

search this site