Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain command #62

Open
abitrolly opened this issue Jun 2, 2024 · 0 comments
Open

Explain command #62

abitrolly opened this issue Jun 2, 2024 · 0 comments

Comments

@abitrolly
Copy link

abitrolly commented Jun 2, 2024

How to make gorilla explain the command it proposes?

~ gorilla how many terminal commands I execute each day on average   
🦍  history | awk '{print $2}' | sort | uniq -c | sort -rn | awk '{ total += $1; count++ } END { print total/count }'
awk: cmd. line:1: fatal: division by zero attempted

I want to understand what it expected to get.

@abitrolly abitrolly changed the title Explain command and recover from errors Explain command Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant