[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash is unable to process ASCII NUL characters
From: |
Paul Jarc |
Subject: |
Re: Bash is unable to process ASCII NUL characters |
Date: |
Mon, 23 Jun 2003 12:30:45 -0400 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
"Ulrich Windl" <Ulrich.Windl@rz.uni-regensburg.de> wrote:
> Description:
> Bash is unable to process ASCII NUL characters: I cannot pass binary
> strings via a script to an application, because Bash (or readline)
> strips away the NUL characters
Are you trying to include NUL characters in command-line arguments?
The kernel prevents that; there's nothing bach can do. (It could be
done for builtins, but that might be too surprising.)
paul