I would like to use bash process substitution for a sudo command.
For example, here\'s a non-sudo command that works for me:
$ cat <(echo \"installed.
sudo bash -c 'cat <(echo "installed.txt")'