You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
abitrolly
changed the title
Explain command and recover from errors
Explain command
Jun 2, 2024
How to make
gorilla
explain the command it proposes?I want to understand what it expected to get.
The text was updated successfully, but these errors were encountered: