I would like to keep color in less command after using "make 2>&1" to compile some program. There are similar topics with "grep" and "ls" commands but solutions do not work with this command.
For instance,
make 2>&1 | less -R
does not work.
Thanks for your help.