On Mon, 2009-01-12 at 18:31 +0100, Durk Strooisma wrote:
> #!/bin/bash
> 
> read -d '\0' -r -u 3

Are you sure this is supposed to work? \0 character is an end-of-string
character in C language, and I wouldn't be surprised if read simply
didn't support it as delimiter.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to