Guest User

Untitled

a guest
Jan 17th, 2019
106
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. ->wgets "link"
  15.  
  16. ->No command 'wgets' found, did you mean:
  17. Command 'wget' from package 'wget' (main)
  18.  
  19. ->^wgets^wget^
  20.  
  21. ->!wgets:s/wgets/wget/
  22.  
  23. !string
  24. Refer to the most recent command starting with string.
  25.  
  26. ...
  27.  
  28. ^string1^string2^
  29. Quick Substitution. Repeat the last command, replacing string1
  30. with string2. Equivalent to ''!!:s/string1/string2/''.
  31.  
  32. eval $(thefuck --alias)
  33. alias yes="fuck"
Add Comment
Please, Sign In to add comment