Subject: Re: [ast-users] read null-delimited text?
--------

> find -mindepth 1 -maxdepth 1 -print0 | while read -rd $'\0' file; do printf 
> '"%s
> "\n' "$file"; done
> 
> this works in bash, but not ksh93u+ 2012-08-01
> 
> is there a ksh equivalent?
> 
> 

This works in the ksh93v- alpha that is out there now.  There was a bug
in handling delimiter 0 in ksh93u that was fixed for ksh93v.

David Korn
[email protected]
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to