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.
grep -E --color 'Mem|Cache|Swap' /proc/meminfo
Searches for and highlights lines containing "Mem", "Cache", or "Swap" in the /proc/meminfo file.