Guest User

Untitled

a guest
Jan 17th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ->wgets "link"
  2.  
  3. ->No command 'wgets' found, did you mean:
  4. Command 'wget' from package 'wget' (main)
  5.  
  6. ->yes (this command I am looking for ... is there one?)
  7.  
  8. -> executing wget "link"
  9.  
  10. % wgets
  11. zsh: correct 'wgets' to 'wget' [nyae]? y
  12. wget: missing URL
  13. …
  14.  
  15. ->wgets "link"
  16.  
  17. ->No command 'wgets' found, did you mean:
  18. Command 'wget' from package 'wget' (main)
  19.  
  20. ->^wgets^wget^
  21.  
  22. ->!wgets:s/wgets/wget/
  23.  
  24. !string
  25. Refer to the most recent command starting with string.
  26.  
  27. ...
  28.  
  29. ^string1^string2^
  30. Quick Substitution. Repeat the last command, replacing string1
  31. with string2. Equivalent to ''!!:s/string1/string2/''.
  32.  
  33. eval $(thefuck --alias)
  34. alias yes="fuck"
Add Comment
Please, Sign In to add comment