I want to use the comm command to compare a text file and the output of a command.
My first idea was to run:
comm packagesList $(pacman -Qe)
However, that doesn’t work. I also tried using ´pacman -Qe´ just in case, but it doesn’t work either. What am I missing?
PS:
- (packagesList is a text file with a list of my packages)
- I’m running a fresh Arch Linux installation (straight out of the oven)
Thanks in advance