I need to use Dialog
doing a Checklist from an external file, so far I've done the following:
dialog --stdout --checklist "Contas de e-mail: " 0 0 0 \
while read line
do
$line "" on \
done < contasemail.txt
But I'm getting the following error message, I'm hoping to have the checklist information