Matthias Urlichs <smurf@smurf.noris.de> writes:
> Hi, Roland Bauerschmidt wrote:
>> find /var/spool/crontab -maxdepth 1 -type f -print | while read ct; do
>> ...
>> done
>>
> Don't forget to set IFS="\n" if you do this.
> Otherwise you'll miss filenames which start/end with a space.
>
> --
> Matthias Urlichs
What about filenames containing \n?
MfG
Goswin