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.
The best approach is probably to put everything in a script, and run that script with sudo.
sudo