Why does the first entry not run?
* * * * * cat <(date) >>~/output1.txt
* * * * * echo $(date) >>~/output2.txt
Expected current date in both output1.txt and output2.txt. Only got output2.txt.
The second entry with command substitution works. Why not the entry with process substitution?
crontab -n
does not report any syntax errors.