Jump to content

Command Crate ¿about?

Highlight memory-related information in /proc/meminfo (grep)

grep -E --color 'Mem|Cache|Swap' /proc/meminfo

Searches for and highlights lines containing "Mem", "Cache", or "Swap" in the /proc/meminfo file.

system monitoring [kb:242]