teddysun / across

Across the Great Wall we can reach every corner in the world
https://teddysun.com
Apache License 2.0
4.94k stars 2.22k forks source link

因系统语言不是英文导致无法列出 men 与 swap #74

Closed unknowndevQwQ closed 3 years ago

unknowndevQwQ commented 3 years ago

现在获取 men 是这样的,看起来很正常 https://github.com/teddysun/across/blob/23068c8e062a3fef411b126ee2d0667953c13c18/bench.sh#L189 但是在系统语言不是英文时不能获取任何东西,建议采取类似 neofetch 中 get_memory() 函数的方法获取 mem 以及 swap,或者像这样执行 free 命令:LANG=en_US free(假设存在并且启用 en_US)