Linux
如何在“top”命令的輸出中禁用顏色?
我正在嘗試處理“頂級”輸出以設置 CPU 性能數據。當我只是 grep 輸出時,它是彩色的: 或者 數字是粗體的,它在輸出中添加了很多不必要的數據:
我試圖去掉顏色程式碼的答案,但它不起作用。為了性能起見,我想避免在該問題中出現其他更複雜的答案。
我試圖通過切換術語模式來禁用顏色,但沒有運氣:
那麼如何禁用顏色輸出呢?
PS:我找到瞭如何獲取數據:我只能 awk 數字然後它可以工作,但仍然想知道是否有任何方法可以在這裡禁用顏色。
這是禁用彩色輸出的一種方法
top
:第 1 步:執行
top
第 2 步:按
z
鍵切換顏色模式第 3 步:按
W
鍵保存新設置作為參考,請查看頂部手冊頁,特別是第 4 節:互動命令。在那裡,您將找到這兩個互動式命令的以下描述:
W :Write-the-Configuration-File This will save all of your options and toggles plus the current display mode and delay time. By issuing this command just before quitting top, you will be able restart later in exactly that same state. z :Color/Monochrome toggle Switches the `current' window between your last used color scheme and the older form of black-on-white or white-on-black. This command will alter both the summary area and task area but does not affect the state of the `x', `y' or `b' toggles.
另請參閱這些相關文章: