Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

WGet

Basically curl can replace that tool. However sometime will be useful know some tricks. Compare with curl, wget can download recursive and support only HTTP, HTTPs protocols.

  • Get only responce without garbage info
$ wget -qO- https://rickandmortyapi.com/api/character/1
  • Get HTTP header as responce
$ wget -S -q https://rickandmortyapi.com/api/character/1