Suppose I entered the following thing into terminal:
wgets "link"
I will get the response:
No command 'wgets' found, did you mean: Command 'wget' from package 'wget' (main)
I made a mistake, and the terminal warned me.
Is there a command that I can type after the terminal warned me, so that then it will execute the command above with what it thought it was?
For example:
->wgets "link" ->No command 'wgets' found, did you mean: Command 'wget' from package 'wget' (main) ->yes (this command I am looking for ... is there one?) -> executing wget "link"
thefuck. ;) I wouldn't use it in Production in a million years, but it's funny.