preserving colors when piping yaourt through sort
Can sort preserve piped in colors? I'm trying to modify `yaourt -Qu | sort` so I get color output. Tried googling this but I couldn't find a general way nor a special way to do this for sort.
Turns out yaourt has a color option, and `yaourt -Qu --color | sort` works.