Pádraig Brady <p...@draigbrady.com> writes:

> For reference bash and ksh support ansi c quoting like $'\0'
> so you could specify -t $'\0'.

Except that $'\0' is identical to '' in every context.

> Also more generally one could do: -t $(printf '\0'), though I wouldn't
> depend on those being available, and also passing NULs at least
> through the command line will be problematic.

Aka impossible.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Reply via email to