gh copilot suggest 'show top 10 processes by memory usage'
Get a ps or top command suggestion
Copilot typically suggests `ps aux --sort=-%mem | head -11` or a similar command. The suggest subcommand targets three command types: shell (sh), gh CLI (gh), and git commands (git).
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.