View previous topic :: View next topic |
Author |
Message |
AKF_SDS n00b
Joined: 03 Apr 2013 Posts: 22
|
Posted: Fri Apr 26, 2013 9:07 pm Post subject: Command to remove cruft from emerge output |
|
|
Any time I run emerge I get a huge amount of cruft.
root@h3-xp-pro-sp3 Install # emerge --help
[01memerge:[39;49;00m the other white meat (command-line interface to the Portage system)
[01mUsage:[39;49;00m
[36;01memerge[39;49;00m [ [32;01moptions[39;49;00m ] [ [32;01maction[39;49;00m ] [ [36;01mebuild[39;49;00m | [36;01mtbz2[39;49;00m | [36;01mfile[39;49;00m | [36;01m@set[39;49;00m | [36;01matom[39;49;00m ] [ ... ]
... it goes on.
Has anyone experienced this before? If so is there a parameter to remove the cruft? |
|
Back to top |
|
|
eccerr0r Watchman
Joined: 01 Jul 2004 Posts: 9838 Location: almost Mile High in the USA
|
Posted: Fri Apr 26, 2013 9:25 pm Post subject: |
|
|
emerge --color n
or add
NOCOLOR=true
in /etc/make.conf
or
Use a terminal emulator that supports ANSI. _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
WilliamKF n00b
Joined: 26 Apr 2013 Posts: 6
|
Posted: Fri Apr 26, 2013 10:56 pm Post subject: |
|
|
Solution of adding "--color n" is confirmed to work. |
|
Back to top |
|
|
|